[Xfce4-commits] <xfce4-panel:xfce-4.8> Pager: Make the pager message less scary.
Nick Schermer
noreply at xfce.org
Sat Jun 18 12:36:01 CEST 2011
Updating branch refs/heads/xfce-4.8
to 54a7e99dd648aab171198b66145a6eb2a12b8bd2 (commit)
from 2d42ea880470c5b777f4e6a6b9f0804eaac89f57 (commit)
commit 54a7e99dd648aab171198b66145a6eb2a12b8bd2
Author: Nick Schermer <nick at xfce.org>
Date: Sat Jun 18 12:27:44 2011 +0200
Pager: Make the pager message less scary.
(cherry picked from commit 4c1c3ce9716c74751cd37486d8b2fbb7530f0373)
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 9bb9df9..8cad793 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