pidgin/gtkrequest.c

changeset 19303
050c68af4e1a
parent 19302
d71ffb0fc4c1
child 19422
30c77768cc4d
equal deleted inserted replaced
19302:d71ffb0fc4c1 19303:050c68af4e1a
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 {

mercurial