diff src/gaim.h @ 5248:d635e8fe2fba

[gaim-migrate @ 5620] Just cleaning up some loose ends. This should fix compilation on Windows oxen. How do you peeps feel about the TOMBSTONE thing? I just like using that word. "TOBMSTONE." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 28 Apr 2003 06:11:49 +0000
parents 890b29f00b68
children af62169c74fd
line wrap: on
line diff
--- a/src/gaim.h	Mon Apr 28 02:41:00 2003 +0000
+++ b/src/gaim.h	Mon Apr 28 06:11:49 2003 +0000
@@ -183,9 +183,6 @@
 
 #define OPT_POUNCE_NOTIFY	0x200
 
-#define CONVERSATION_TITLE "%s - Gaim"
-#define LOG_CONVERSATION_TITLE "%s - Gaim (logged)"
-
 /* These should all be runtime selectable */
 
 #define MSG_LEN 2048
@@ -195,7 +192,7 @@
 #define BUF_LEN MSG_LEN
 #define BUF_LONG BUF_LEN * 2
 
-/* Globals in aim.c */
+/* Globals in main.c */
 extern int opt_away;
 extern char *opt_away_arg;
 extern char *opt_rcfile_arg;
@@ -204,9 +201,9 @@
 extern guint misc_options;
 #define OPT_MISC_DEBUG			0x00000001
 #define OPT_MISC_BROWSER_POPUP		0x00000002
-#define OPT_MISC_BUDDY_TICKER           0x00000004
-#define OPT_MISC_STEALTH_TYPING         0x00000010
-#define OPT_MISC_USE_SERVER_ALIAS		0x00000020
+#define OPT_MISC_BUDDY_TICKER		0x00000004
+#define OPT_MISC_STEALTH_TYPING		0x00000010
+#define OPT_MISC_USE_SERVER_ALIAS	0x00000020
 
 extern guint logging_options;
 #define OPT_LOG_CONVOS			0x00000001
@@ -313,7 +310,7 @@
 
 extern guint away_options;
 #define OPT_AWAY_BACK_ON_IM		0x00000002
-/* #define OPT_AWAY_TIK_HACK		0x00000004 */
+/* #define OPT_AWAY_TOMBSTONE		0x00000004 */
 #define OPT_AWAY_AUTO			0x00000008
 #define OPT_AWAY_NO_AUTO_RESP		0x00000010
 #define OPT_AWAY_QUEUE			0x00000020
@@ -332,10 +329,10 @@
 extern struct save_pos blist_pos;
 extern struct window_size conv_size, buddy_chat_size;
 
-/* Functions in aim.c */
+/* Functions in main.c */
 extern void do_quit();
 
-/* Functions in buddy.c */
+/* Functions in gtkblist.c */
 extern void signoff(struct gaim_connection *);
 
 /* Functions in buddy_chat.c */