[gnome-calendar] app: Fixed string in --version handle
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] app: Fixed string in --version handle
- Date: Thu, 4 Dec 2014 22:18:57 +0000 (UTC)
commit a30fcfc59a6887183295ad19b3d38eb56ad6cb68
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Sun May 26 23:29:48 2013 -0400
app: Fixed string in --version handle
src/gcal-application.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gcal-application.c b/src/gcal-application.c
index dba135c..f6942c1 100644
--- a/src/gcal-application.c
+++ b/src/gcal-application.c
@@ -159,7 +159,6 @@ gcal_application_activate (GApplication *application)
gtk_window_set_hide_titlebar_when_maximized (GTK_WINDOW (priv->window),
TRUE);
-
variant = g_settings_get_value (priv->settings, "window-size");
size = g_variant_get_fixed_array (variant, &n_elements, sizeof (gint32));
if (n_elements == 2)
@@ -256,7 +255,7 @@ gcal_application_command_line (GApplication *app,
if (show_version)
{
- g_print ("gnome-calendar: Version: %s\n", PACKAGE_VERSION);
+ g_print ("gnome-calendar: Version %s\n", PACKAGE_VERSION);
return 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]