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

Nick Schermer noreply at xfce.org
Fri Sep 9 15:24:03 CEST 2011


Updating branch refs/heads/xfce-4.8
         to 4c571727ea14eb6fb21219b7a30c030d320025ae (commit)
       from 9d01521724577e291105bc277ebe1b28392b7c84 (commit)

commit 4c571727ea14eb6fb21219b7a30c030d320025ae
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.
    
    (cherry picked from commit 48382773474583719b59753c3d4e3e74a346f449)

 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 26767b8..6d2f043 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -638,7 +638,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