summaryrefslogtreecommitdiff
path: root/pidgin/gtkplugin.c
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-11-16 22:59:44 +0000
committerRichard Laager <rlaager@pidgin.im>2007-11-16 22:59:44 +0000
commit69db764d557c3e64c55970823233ab0b7fe8db4c (patch)
tree816f966d9fa1e2dd7b2cd4830ce1d01f2bbc0c3d /pidgin/gtkplugin.c
parent76f7fb41ca326609343d4349a7e5d6c59d961b39 (diff)
parent733f2e84cfe20ec423bcf5127e1190b919b9f29c (diff)
downloadpidgin-69db764d557c3e64c55970823233ab0b7fe8db4c.tar.gz
merge of 'cb5369141774944871f61238a3675bbb5e6d7d67'
and '225af746859124aa4508a0694d4ad84bb2cdbded'
Diffstat (limited to 'pidgin/gtkplugin.c')
-rw-r--r--pidgin/gtkplugin.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/pidgin/gtkplugin.c b/pidgin/gtkplugin.c
index 752907b8c3..3273e407ee 100644
--- a/pidgin/gtkplugin.c
+++ b/pidgin/gtkplugin.c
@@ -533,11 +533,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;
GtkListStore *ls;
@@ -546,8 +541,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;
}
@@ -556,8 +549,6 @@ void pidgin_plugin_dialog_show_with_parent(GtkWindow *parent)
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),