gobjectification: 34e85377: Use #warning rather than mistaken use of...
resiak at pidgin.im
resiak at pidgin.im
Wed Jul 9 06:05:50 EDT 2008
-----------------------------------------------------------------
Revision: 34e8537729fee64a89e63458ff2460a8e1c883e7
Ancestor: 97b336e977b93484683eb8e837bfad7fe881c7c3
Author: resiak at pidgin.im
Date: 2008-07-06T21:45:11
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/34e8537729fee64a89e63458ff2460a8e1c883e7
Modified files:
pidgin/gtkconn.c
ChangeLog:
Use #warning rather than mistaken use of #define
-------------- next part --------------
============================================================
--- pidgin/gtkconn.c 4f976c9e4a360eb32b39e048364a6cbaca164aaa
+++ pidgin/gtkconn.c c8f7be707db03f79f37b20902661038c014a90e3
@@ -63,7 +63,7 @@ pidgin_connection_connect_progress(Purpl
PidginBuddyList *gtkblist = pidgin_blist_get_default_gtk_blist();
if (!gtkblist)
return;
-#define FIXME: do something to check if some account is in _CONNECTING state
+#warning FIXME: do something to check if some account is in _CONNECTING state
#if 0
pidgin_status_box_set_connecting(PIDGIN_STATUS_BOX(gtkblist->statusbox),
(purple_connections_get_connecting() != NULL));
@@ -80,7 +80,7 @@ pidgin_connection_connected(PurpleConnec
account = purple_connection_get_account(gc);
gtkblist = pidgin_blist_get_default_gtk_blist();
-#define FIXME: do something to check if some account is in _CONNECTING state
+#warning FIXME: do something to check if some account is in _CONNECTING state
#if 0
if (gtkblist != NULL)
pidgin_status_box_set_connecting(PIDGIN_STATUS_BOX(gtkblist->statusbox),
@@ -96,7 +96,7 @@ pidgin_connection_disconnected(PurpleCon
PidginBuddyList *gtkblist = pidgin_blist_get_default_gtk_blist();
if (!gtkblist)
return;
-#define FIXME: do something to check if some account is in _CONNECTING state
+#warning FIXME: do something to check if some account is in _CONNECTING state
#if 0
pidgin_status_box_set_connecting(PIDGIN_STATUS_BOX(gtkblist->statusbox),
(purple_connections_get_connecting() != NULL));
More information about the Commits
mailing list