diff options
author | Nick Schermer <nick@xfce.org> | 2007-01-01 19:08:25 +0000 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2007-01-01 19:08:25 +0000 |
commit | f7b77ff2f8d45d4875dacbecf2c31f76fcaaf1d9 (patch) | |
tree | df0ee707f91b5637704f8301f454d839b9d6efb1 /panel | |
parent | 3c8f3170dede5b98ed32006b01cf658a2f8186e1 (diff) |
* Add this debug warning to notify us if the _set_struts function passed.
(Old svn revision: 24233)
Diffstat (limited to 'panel')
-rw-r--r-- | panel/panel-properties.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/panel/panel-properties.c b/panel/panel-properties.c index 490f57f3..d17a5ada 100644 --- a/panel/panel-properties.c +++ b/panel/panel-properties.c @@ -372,6 +372,8 @@ _set_struts (Panel *panel, gdk_error_trap_pop (); } + + DBG ("all struts are checked and updated"); } static gboolean |