comparison pidgin/gtkutils.c @ 17177:c02305ee715a

propagate from branch 'im.pidgin.pidgin' (head 62e9d17cd37551991c5040ce6ca48e6d7578dde3) to branch 'org.maemo.garage.pidgin.pidgin.pidgin-create-window' (head 369bca3c0c736b247092848177aeaa6fd0f3a25c)
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 May 2007 08:24:46 +0000
parents 92c3c2eeba87 7ade887fd3f6
children 3c4811489e30
comparison
equal deleted inserted replaced
17167:68f634d5f5f5 17177:c02305ee715a
3031 size_t i; 3031 size_t i;
3032 size_t len; 3032 size_t len;
3033 PangoLogAttr *log_attrs; 3033 PangoLogAttr *log_attrs;
3034 gchar *word; 3034 gchar *word;
3035 3035
3036 if (strcasecmp(key, "Global Thermonuclear War") == 0) 3036 if (g_ascii_strcasecmp(key, "Global Thermonuclear War") == 0)
3037 { 3037 {
3038 purple_notify_info(NULL, "WOPR", 3038 purple_notify_info(NULL, "WOPR",
3039 "Wouldn't you prefer a nice game of chess?", NULL); 3039 "Wouldn't you prefer a nice game of chess?", NULL);
3040 return FALSE; 3040 return FALSE;
3041 } 3041 }