[gnumeric] Quit Dialog: FALSE, not 0.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Quit Dialog: FALSE, not 0.
- Date: Mon, 6 Feb 2012 17:39:07 +0000 (UTC)
commit dd936289f304179660906025bc812b754daf40db
Author: Morten Welinder <terra gnome org>
Date: Mon Feb 6 12:38:24 2012 -0500
Quit Dialog: FALSE, not 0.
src/dialogs/dialog-quit.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/dialog-quit.c b/src/dialogs/dialog-quit.c
index 4406a44..243b011 100644
--- a/src/dialogs/dialog-quit.c
+++ b/src/dialogs/dialog-quit.c
@@ -251,7 +251,7 @@ show_quit_dialog (GList *dirty, WBCGtk *wbcg)
gui = gnm_gtk_builder_new ("quit.ui", NULL, GO_CMD_CONTEXT (wbcg));
if (gui == NULL)
- return 0;
+ return FALSE;
dialog = GTK_DIALOG (go_gtk_builder_get_widget (gui, "quit_dialog"));
model = gtk_builder_get_object (gui, "quit_model");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]