[gtk+] application: return a value



commit f6d2f4fa8d32a7b387f07dc4734c05fe5b2c6e64
Author: Benjamin Otte <otte redhat com>
Date:   Sat Jan 7 15:56:26 2012 +0100

    application: return a value

 gtk/gtkapplication.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c
index a30529a..f5eb08b 100644
--- a/gtk/gtkapplication.c
+++ b/gtk/gtkapplication.c
@@ -1444,6 +1444,8 @@ gtk_application_end_session (GtkApplication         *application,
                          NULL, NULL, NULL);
       break;
     }
+
+  return TRUE;
 }
 
 #else



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