[maemo-commits] [maemo-commits] r8710 - in projects/haf/trunk/osso-application-installer: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Dec 11 11:37:58 EET 2006
Author: marivoll
Date: 2006-12-11 11:37:57 +0200 (Mon, 11 Dec 2006)
New Revision: 8710

Modified:
   projects/haf/trunk/osso-application-installer/ChangeLog
   projects/haf/trunk/osso-application-installer/src/settings.cc
Log:
	* src/settings.cc (settings_dialog_response): Add missing
	pop_dialog_parent.


Modified: projects/haf/trunk/osso-application-installer/ChangeLog
===================================================================
--- projects/haf/trunk/osso-application-installer/ChangeLog	2006-12-11 08:39:17 UTC (rev 8709)
+++ projects/haf/trunk/osso-application-installer/ChangeLog	2006-12-11 09:37:57 UTC (rev 8710)
@@ -1,5 +1,8 @@
 2006-12-11  Marius Vollmer  <marius.vollmer at nokia.com>
 
+	* src/settings.cc (settings_dialog_response): Add missing
+	pop_dialog_parent.
+
 	* src/util.cc, src/repo.cc: Use get_dialog_parent,
 	push_dialog_parent, and pop_dialog_parent for the rest of the
 	dialogs.

Modified: projects/haf/trunk/osso-application-installer/src/settings.cc
===================================================================
--- projects/haf/trunk/osso-application-installer/src/settings.cc	2006-12-11 08:39:17 UTC (rev 8709)
+++ projects/haf/trunk/osso-application-installer/src/settings.cc	2006-12-11 09:37:57 UTC (rev 8710)
@@ -265,6 +265,7 @@
 
   delete c;
 
+  pop_dialog_parent ();
   gtk_widget_destroy (GTK_WIDGET (dialog));  
 }
 


More information about the maemo-commits mailing list