From 1fe35a08aab524668db20dd129c3c125624f35c0 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Tue, 9 Oct 2007 20:47:07 +0000 Subject: Only the request API changes --- pidgin/gtkplugin.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pidgin/gtkplugin.c') diff --git a/pidgin/gtkplugin.c b/pidgin/gtkplugin.c index 8935543283..995f81602c 100644 --- a/pidgin/gtkplugin.c +++ b/pidgin/gtkplugin.c @@ -515,11 +515,6 @@ show_plugin_prefs_cb(GtkTreeView *view, GtkTreePath *path, GtkTreeViewColumn *co } void pidgin_plugin_dialog_show() -{ - pidgin_plugin_dialog_show_with_parent(NULL); -} - -void pidgin_plugin_dialog_show_with_parent(GtkWindow *parent) { GtkWidget *sw; GtkWidget *event_view; @@ -529,8 +524,6 @@ void pidgin_plugin_dialog_show_with_parent(GtkWindow *parent) GtkTreeSelection *sel; if (plugin_dialog != NULL) { - if (parent) - gtk_window_set_transient_for(GTK_WINDOW(plugin_dialog), parent); gtk_window_present(GTK_WINDOW(plugin_dialog)); return; } -- cgit v1.2.1 From 59ef06b9498c25f3deb36692eb40a22dd6991354 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Tue, 9 Oct 2007 20:57:19 +0000 Subject: Not a clean diff --- pidgin/gtkplugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'pidgin/gtkplugin.c') diff --git a/pidgin/gtkplugin.c b/pidgin/gtkplugin.c index 995f81602c..28819a592b 100644 --- a/pidgin/gtkplugin.c +++ b/pidgin/gtkplugin.c @@ -532,8 +532,6 @@ void pidgin_plugin_dialog_show() NULL, GTK_DIALOG_NO_SEPARATOR, NULL); - if (parent) - gtk_window_set_transient_for(GTK_WINDOW(plugin_dialog), parent); pref_button = gtk_dialog_add_button(GTK_DIALOG(plugin_dialog), _("Configure Pl_ugin"), PIDGIN_RESPONSE_CONFIGURE); gtk_dialog_add_button(GTK_DIALOG(plugin_dialog), -- cgit v1.2.1