1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-16 06:25:24 +00:00

Replace last occurrence of IRSSI_DIR_SHORT with get_irssi_dir() and remove it.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4415 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2007-02-14 10:43:34 +00:00 committed by exg
parent 4f49a38402
commit 6d11f6f897
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
#define IRSSI_AUTHOR_EMAIL "cras@irssi.org"
#define IRSSI_AUTHOR "Timo Sirainen <"IRSSI_AUTHOR_EMAIL">"
#define IRSSI_DIR_SHORT "~/.irssi"
#define IRSSI_DIR_FULL "%s/.irssi" /* %s == g_get_home_dir() */
#define IRSSI_GLOBAL_CONFIG "irssi.conf" /* config file name in /etc/ */

View File

@ -269,7 +269,7 @@ static void check_oldcrap(void)
return;
}
printf("\nYou seem to have old default.theme in "IRSSI_DIR_SHORT"/ directory.\n");
printf("\nYou seem to have an old default.theme in %s/ directory.\n", get_irssi_dir());
printf("Themeing system has changed a bit since last irssi release,\n");
printf("you should either delete your old default.theme or manually\n");
printf("merge it with the new default.theme.\n\n");