Patch for multihead problem found in bugzilla



Hi,

found this in bugzilla and thought I'd send it here for review.

Cheers
Kjartan

--- eel/eel/eel-stock-dialogs.c	Mon May 12 21:19:57 2003
+++ eel-new/eel/eel-stock-dialogs.c	Mon May 12 20:45:11 2003
@@ -371,6 +371,7 @@ eel_run_simple_dialog (GtkWidget *parent
 	/* Title it if asked to. */
 	add_label_to_dialog (GTK_DIALOG (dialog), text);
 
+	gtk_window_set_screen (GTK_WINDOW (dialog), gtk_widget_get_screen (parent));
 	/* Run it. */
         gtk_widget_show_all (dialog);
         result = gtk_dialog_run (GTK_DIALOG (dialog));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]