[Xfce4-commits] <xfce4-panel:devel> Fix comment in tasklist so it matches the other plugins.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:34:23 CEST 2009
Updating branch refs/heads/devel
to 35fbf9d3aefdceb03b4b5b3dc0ef79e7a280d8e3 (commit)
from bed3546311af42c35be65ae409b5fbc3fcddfe2f (commit)
commit 35fbf9d3aefdceb03b4b5b3dc0ef79e7a280d8e3
Author: Nick Schermer <nick at xfce.org>
Date: Mon Jun 1 00:56:34 2009 +0200
Fix comment in tasklist so it matches the other plugins.
plugins/tasklist/tasklist.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/tasklist/tasklist.c b/plugins/tasklist/tasklist.c
index fb06483..a067a21 100644
--- a/plugins/tasklist/tasklist.c
+++ b/plugins/tasklist/tasklist.c
@@ -147,7 +147,7 @@ tasklist_plugin_construct (XfcePanelPlugin *panel_plugin)
/* open the xfconf channel */
plugin->channel = xfconf_channel_new (XFCE_PANEL_PLUGIN_CHANNEL_NAME);
- /* connect all properties */
+ /* bind all properties */
panel_properties_bind (plugin->channel, G_OBJECT (plugin->tasklist),
xfce_panel_plugin_get_property_base (panel_plugin),
properties, NULL);
More information about the Xfce4-commits
mailing list