changeset 21240:58b486da43f3

disapproval of revision '3588a68b11327f068eea391242fa5896bb72f8dd'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:00:44 +0000
parents b5d51fbb2673
children 8d8f06962b65
files pidgin/gtkrequest.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkrequest.c	Sun Oct 14 19:44:39 2007 +0000
+++ b/pidgin/gtkrequest.c	Fri Nov 16 23:00:44 2007 +0000
@@ -106,16 +106,16 @@
 	if (convo)
 		return GTK_WINDOW(convo->win->window);
 
-	if (strcmp(ui_hint, PURPLE_REQUEST_HINT_BLIST)) {
+	if (strcmp(ui_hint, "blist")) {
 		GList *ll_toplevels = NULL;
 
 		ll_toplevels = gtk_window_list_toplevels();
 
 		if (!(toplevel = find_toplevel(ll_toplevels, ui_hint))) {
-			if (!strcmp(ui_hint, PURPLE_REQUEST_HINT_REGISTER))
+			if (!strcmp(ui_hint, "register-account"))
 				toplevel = find_toplevel(ll_toplevels, "account");
 			else
-			if (!strcmp(ui_hint, PURPLE_REQUEST_HINT_XFER))
+			if (!strcmp(ui_hint, "xfer"))
 				toplevel = find_toplevel(ll_toplevels, "file transfer");
 		}