[four-in-a-row] Fix return value of create_app
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row] Fix return value of create_app
- Date: Sat, 27 Sep 2014 19:37:53 +0000 (UTC)
commit 4abb1739ae2a53247e24445ced50be45fe8a9c14
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Sep 27 14:36:23 2014 -0500
Fix return value of create_app
Gah!
https://bugzilla.gnome.org/show_bug.cgi?id=736980
src/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 495f092..bfcdd85 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1105,7 +1105,7 @@ create_app (GApplication *app, gpointer user_data)
if (G_UNLIKELY (error != NULL)) {
fprintf (stderr, "Could not load UI: %s\n", error->message);
g_clear_error (&error);
- return FALSE;
+ return;
}
gtk_style_context_add_provider_for_screen (gdk_screen_get_default (), css_provider,
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]