diff pidgin/gtkpounce.c @ 19808:e12bf2df9507

Back to square[0]
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 28 Jul 2007 11:05:22 +0000
parents 5b6bd360f9d9
children e12fb409262f
line wrap: on
line diff
--- a/pidgin/gtkpounce.c	Sat Jul 28 09:38:24 2007 +0000
+++ b/pidgin/gtkpounce.c	Sat Jul 28 11:05:22 2007 +0000
@@ -516,7 +516,6 @@
 	dialog->window = window = pidgin_create_window((cur_pounce == NULL ? _("New Buddy Pounce") : _("Edit Buddy Pounce")),
 		PIDGIN_HIG_BORDER, "buddy_pounce", FALSE) ;
 	gtk_window_set_type_hint(GTK_WINDOW(window), GDK_WINDOW_TYPE_HINT_DIALOG);
-	gtk_window_set_transient_for(GTK_WINDOW(window), pidgin_get_toplevel());
 
 	g_signal_connect(G_OBJECT(window), "delete_event",
 					 G_CALLBACK(delete_win_cb), dialog);
@@ -1058,7 +1057,6 @@
 static void
 pounces_manager_add_cb(GtkButton *button, gpointer user_data)
 {
-	pidgin_set_toplevel(GTK_WINDOW(gtk_widget_get_toplevel(GTK_WIDGET(button))));
 	pidgin_pounce_editor_show(NULL, NULL, NULL);
 }