[Xfce4-commits] <xfce4-panel:master> Panel: Print string in case of an invalid position.

Nick Schermer noreply at xfce.org
Thu Sep 8 11:14:01 CEST 2011


Updating branch refs/heads/master
         to 48382773474583719b59753c3d4e3e74a346f449 (commit)
       from 0f7f361c757f6b1623bd7e4f8b389b0e77a8a246 (commit)

commit 48382773474583719b59753c3d4e3e74a346f449
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Sep 8 11:11:25 2011 +0200

    Panel: Print string in case of an invalid position.

 panel/panel-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel/panel-window.c b/panel/panel-window.c
index 3f2fd35..64e184a 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -649,7 +649,7 @@ panel_window_set_property (GObject      *object,
         }
       else
         {
-          g_message ("no valid position defined");
+          g_message ("no valid position defined: %s", val_string);
         }
       break;
 


More information about the Xfce4-commits mailing list