From 78ec0c1fe01899114435e8882ed6aa8c5984b703 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 16 Nov 2007 22:42:59 +0000 Subject: Reverted changes from ef7ac46f90a801547f7dfc4295927a956f90e869 to 61d8c5197526f759c5784662d3309fa7f23b0da0 to revert start of the hinting changes. This was necessary to get around some merges and propagates, as disapprove can't be used on revisions with more than one parent. --- pidgin/gtkplugin.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pidgin/gtkplugin.c') diff --git a/pidgin/gtkplugin.c b/pidgin/gtkplugin.c index 8ce3bb476a..ad050a91ee 100644 --- a/pidgin/gtkplugin.c +++ b/pidgin/gtkplugin.c @@ -532,11 +532,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; @@ -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), -- cgit v1.2.1