comparison pidgin/gtkrequest.c @ 19872:dd5e6f06be8f

Oops ...
author Gabriel Schulhof <nix@go-nix.ca>
date Fri, 17 Aug 2007 21:01:20 +0000
parents 906a7bf3d745
children 0ed8a2a86a1b
comparison
equal deleted inserted replaced
19871:906a7bf3d745 19872:dd5e6f06be8f
123 /* Takes care of "pidgin-statusbox" as well */ 123 /* Takes care of "pidgin-statusbox" as well */
124 if (!toplevel) 124 if (!toplevel)
125 if ((blist = pidgin_blist_get_default_gtk_blist()) != NULL) 125 if ((blist = pidgin_blist_get_default_gtk_blist()) != NULL)
126 return GTK_WINDOW(blist->window); 126 return GTK_WINDOW(blist->window);
127 127
128 return NULL; 128 return toplevel;
129 } 129 }
130 130
131 static void 131 static void
132 generic_response_start(PidginRequestData *data) 132 generic_response_start(PidginRequestData *data)
133 { 133 {