comparison libpurple/protocols/qq/group.c @ 21244:a20ef7180680

Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no reason that the common UI ones need to be in a different namespace from the ones used by libpurple.
author Richard Laager <rlaager@wiktel.com>
date Sun, 14 Oct 2007 20:53:40 +0000
parents fba1f6c3df0b
children d4f95419be45 dccfd999ffe7
comparison
equal deleted inserted replaced
21243:6402252be3c8 21244:a20ef7180680
121 _("You can only search for permanent QQ groups\n"), 121 _("You can only search for permanent QQ groups\n"),
122 NULL, FALSE, FALSE, NULL, 122 NULL, FALSE, FALSE, NULL,
123 _("Search"), G_CALLBACK(_qq_group_search_callback), 123 _("Search"), G_CALLBACK(_qq_group_search_callback),
124 _("Cancel"), G_CALLBACK(_qq_group_search_cancel_callback), 124 _("Cancel"), G_CALLBACK(_qq_group_search_cancel_callback),
125 purple_connection_get_account(gc), NULL, NULL, 125 purple_connection_get_account(gc), NULL, NULL,
126 PURPLE_REQUEST_HINT_CONV, gc); 126 PURPLE_REQUEST_UI_HINT_CONV, gc);
127 127
128 return qd->roomlist; 128 return qd->roomlist;
129 } 129 }
130 130
131 /* free roomlist space, I have no idea when this one is called ... */ 131 /* free roomlist space, I have no idea when this one is called ... */