[Xfce4-commits] <xfce4-indicator-plugin:master> Fix type of a "single-row" property
Andrzej
noreply at xfce.org
Fri Sep 6 01:58:01 CEST 2013
Updating branch refs/heads/master
to 2df49bb8778cc823dc4bb3147e152d777dce53bd (commit)
from a53baf18cf80b2f89a4caac31ccf08f6eff095ba (commit)
commit 2df49bb8778cc823dc4bb3147e152d777dce53bd
Author: Andrzej <ndrwrdck at gmail.com>
Date: Fri Sep 6 00:53:45 2013 +0100
Fix type of a "single-row" property
panel-plugin/indicator-config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/indicator-config.c b/panel-plugin/indicator-config.c
index fb5d505..440b593 100644
--- a/panel-plugin/indicator-config.c
+++ b/panel-plugin/indicator-config.c
@@ -426,7 +426,7 @@ indicator_config_set_property (GObject *object,
-gint
+gboolean
indicator_config_get_single_row (IndicatorConfig *config)
{
g_return_val_if_fail (XFCE_IS_INDICATOR_CONFIG (config), DEFAULT_SINGLE_ROW);
More information about the Xfce4-commits
mailing list