[Xfce4-commits] <xfce4-panel:master> Make the pager message less scary.
Nick Schermer
noreply at xfce.org
Sat Jun 18 12:30:01 CEST 2011
Updating branch refs/heads/master
to 4c1c3ce9716c74751cd37486d8b2fbb7530f0373 (commit)
from d8bd765f60a10f28131f5013b00030f7e42ba0c9 (commit)
commit 4c1c3ce9716c74751cd37486d8b2fbb7530f0373
Author: Nick Schermer <nick at xfce.org>
Date: Sat Jun 18 12:27:44 2011 +0200
Make the pager message less scary.
plugins/pager/pager.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index c1b151e..16e3d94 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -293,8 +293,7 @@ pager_plugin_screen_layout_changed (PagerPlugin *plugin)
plugin->pager = wnck_pager_new (plugin->wnck_screen);
wnck_pager_set_display_mode (WNCK_PAGER (plugin->pager), WNCK_PAGER_DISPLAY_CONTENT);
if (!wnck_pager_set_n_rows (WNCK_PAGER (plugin->pager), plugin->rows))
- g_message ("Failed to set the number of pager rows. You probably "
- "have more than 1 pager in your panel setup.");
+ g_message ("Setting the pager rows returned false. Maybe the setting is not applied.");
wnck_pager_set_orientation (WNCK_PAGER (plugin->pager), orientation);
}
else
More information about the Xfce4-commits
mailing list