eel r2173 - in trunk: . eel



Author: cneumair
Date: Mon Sep 15 11:32:41 2008
New Revision: 2173
URL: http://svn.gnome.org/viewvc/eel?rev=2173&view=rev

Log:
2008-09-15  Christian Neumair  <cneumair gnome org>

	* eel/eel-mount-operation.c (ask_password):
	Do not make password dialog modal. Fixes #539966.


Modified:
   trunk/ChangeLog
   trunk/eel/eel-mount-operation.c

Modified: trunk/eel/eel-mount-operation.c
==============================================================================
--- trunk/eel/eel-mount-operation.c	(original)
+++ trunk/eel/eel-mount-operation.c	Mon Sep 15 11:32:41 2008
@@ -141,6 +141,7 @@
 					    default_user,
 					    "",
 					    FALSE);
+	gtk_window_set_modal (GTK_WINDOW (dialog), FALSE);
 
 	gnome_password_dialog_set_show_password (GNOME_PASSWORD_DIALOG (dialog),
 						 flags & G_ASK_PASSWORD_NEED_PASSWORD);



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