[gnome-bluetooth/gnome-3-2] wizard: Fix assertion on exit
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-bluetooth/gnome-3-2] wizard: Fix assertion on exit
- Date: Wed, 18 Jan 2012 14:46:24 +0000 (UTC)
commit a847c77d4c787039ae6a8b0e9e6673ca9d4dc08a
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jan 17 18:34:27 2012 +0000
wizard: Fix assertion on exit
No need to call gtk_main_quit(), we'll exit automatically
when the last window is closed.
https://bugzilla.gnome.org/show_bug.cgi?id=667095
Conflicts:
wizard/main.c
wizard/main.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index 53a1b36..1e0f999 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -412,8 +412,6 @@ close_callback (GtkWidget *assistant,
gpointer data)
{
gtk_widget_destroy(assistant);
-
- gtk_main_quit();
}
void prepare_callback (GtkWidget *assistant,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]