kov changed gksu/trunk/ChangeLog, gksu/trunk/gksu/gksu.c

Gustavo Noronha kov at costa.debian.org
Wed Oct 26 12:51:58 UTC 2005


Mensagem de log: 
	* gksu/gksu.c:
	- make sure the no-pass window will go away before proceeding
	  with calling the program, so we won't have a dead window
	  on screen



-----


Modified: gksu/trunk/ChangeLog
===================================================================
--- gksu/trunk/ChangeLog	2005-10-26 12:49:47 UTC (rev 464)
+++ gksu/trunk/ChangeLog	2005-10-26 12:51:57 UTC (rev 465)
@@ -1,6 +1,11 @@
 2005-10-26  Gustavo Noronha Silva  <kov at debian.org>
 
 	* gksu/gksu.c:
+	- make sure the no-pass window will go away before proceeding
+	  with calling the program, so we won't have a dead window
+	  on screen
+
+	* gksu/gksu.c:
 	- more logic problem fixes, this time with the 
 	  display-no-pass-info gconf key - the meaning of the
 	  gconf key bool value and the check button bool value

Modified: gksu/trunk/gksu/gksu.c
===================================================================
--- gksu/trunk/gksu/gksu.c	2005-10-26 12:49:47 UTC (rev 464)
+++ gksu/trunk/gksu/gksu.c	2005-10-26 12:51:57 UTC (rev 465)
@@ -898,6 +898,9 @@
   gtk_widget_show_all (dialog);
   gtk_dialog_run (GTK_DIALOG(dialog));
   gtk_widget_destroy (GTK_WIDGET(dialog));
+  
+  while (gtk_events_pending ())
+    gtk_main_iteration ();
 }
 
 void




More information about the gksu-commits mailing list