[Xfce4-commits] [xfce/xfce4-settings] 01/01: dialogs/display-settings: Initialise x, y in on_area_paint().
noreply at xfce.org
noreply at xfce.org
Wed Aug 20 20:49:27 CEST 2014
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository xfce/xfce4-settings.
commit 9f08a24cbdf31f4aacb6c0c6f55c9d7caa6d07bf
Author: Jactry Zeng <wine at jactry.com>
Date: Sun Aug 17 19:52:27 2014 +0800
dialogs/display-settings: Initialise x,y in on_area_paint().
Signed-off-by: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
---
dialogs/display-settings/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index a7ee1f5..2080b9c 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -2514,7 +2514,7 @@ on_area_paint (FooScrollArea *area,
{
GList *connected_outputs = NULL;
GList *list;
- double x, y;
+ double x = 0.0, y = 0.0;
paint_background (area, cr);
@@ -2965,7 +2965,7 @@ main (gint argc, gchar **argv)
if (G_UNLIKELY (opt_version))
{
g_print ("%s %s (Xfce %s)\n\n", G_LOG_DOMAIN, PACKAGE_VERSION, xfce_version_string ());
- g_print ("%s\n", "Copyright (c) 2004-2011");
+ g_print ("%s\n", "Copyright (c) 2004-2014");
g_print ("\t%s\n\n", _("The Xfce development team. All rights reserved."));
g_print (_("Please report bugs to <%s>."), PACKAGE_BUGREPORT);
g_print ("\n");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list