[Xfce4-commits] <xfce4-panel:xfce-4.8> Pager: Fix typo in row warning.
Nick Schermer
noreply at xfce.org
Sun Mar 27 13:42:04 CEST 2011
Updating branch refs/heads/xfce-4.8
to 0a47b1e887d1f26d808cbc16d67ded098264bdf7 (commit)
from ef8de3928869a472a677d800e3608ee398d2f935 (commit)
commit 0a47b1e887d1f26d808cbc16d67ded098264bdf7
Author: Sean Middleditch <sean at middleditch.us>
Date: Fri Mar 4 20:00:52 2011 -0800
Pager: Fix typo in row warning.
(cherry picked from commit 81102a9fb954d95935f3a5461503bfcc051b1822)
docs/manual | 2 +-
plugins/pager/pager.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/manual b/docs/manual
index 11667d5..4e42f13 160000
--- a/docs/manual
+++ b/docs/manual
@@ -1 +1 @@
-Subproject commit 11667d5582a8898098cfd2304acc90a0ed5ab5e5
+Subproject commit 4e42f13a3797e0a3e93180dababa37d5c7c74c46
diff --git a/plugins/pager/pager.c b/plugins/pager/pager.c
index 949a856..9bb9df9 100644
--- a/plugins/pager/pager.c
+++ b/plugins/pager/pager.c
@@ -216,7 +216,7 @@ pager_plugin_set_property (GObject *object,
{
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 then 1 pager in your panel setup.");
+ "have more than 1 pager in your panel setup.");
}
else
pager_buttons_set_n_rows (XFCE_PAGER_BUTTONS (plugin->pager), plugin->rows);
@@ -294,7 +294,7 @@ pager_plugin_screen_layout_changed (PagerPlugin *plugin)
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 then 1 pager in your panel setup.");
+ "have more than 1 pager in your panel setup.");
wnck_pager_set_orientation (WNCK_PAGER (plugin->pager), orientation);
}
else
More information about the Xfce4-commits
mailing list