[gnome-bluetooth] wizard: Fix assertion on exit
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-bluetooth] wizard: Fix assertion on exit
- Date: Tue, 17 Jan 2012 19:50:46 +0000 (UTC)
commit 98ef67c77f2dd54a5b93dc5a2e1188f15875d1f8
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
 wizard/main.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/wizard/main.c b/wizard/main.c
index 0aa902e..51c740c 100644
--- a/wizard/main.c
+++ b/wizard/main.c
@@ -407,9 +407,6 @@ close_callback (GtkWidget *assistant,
 		gpointer data)
 {
 	gtk_widget_destroy(assistant);
-
-	//FIXME doesn't work with a GtkApplication
-	gtk_main_quit();
 }
 
 void prepare_callback (GtkWidget *assistant,
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]