[Xfce4-commits] <xfce4-panel:master> Fix typo.
Nick Schermer
noreply at xfce.org
Sun Mar 14 10:36:01 CET 2010
Updating branch refs/heads/master
to 04b9c7e531028273813467e020bda2c44c1cd938 (commit)
from aeb9a29c3cebed38994654afcb44a45370ba79b1 (commit)
commit 04b9c7e531028273813467e020bda2c44c1cd938
Author: Nick Schermer <nick at xfce.org>
Date: Sun Mar 14 10:34:38 2010 +0100
Fix typo.
libxfce4panel/xfce-panel-plugin-provider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libxfce4panel/xfce-panel-plugin-provider.c b/libxfce4panel/xfce-panel-plugin-provider.c
index 4875762..ab1caa3 100644
--- a/libxfce4panel/xfce-panel-plugin-provider.c
+++ b/libxfce4panel/xfce-panel-plugin-provider.c
@@ -224,7 +224,7 @@ xfce_panel_plugin_provider_remote_event (XfcePanelPluginProvider *provider,
{
if (real_value != NULL
&& G_VALUE_HOLDS_UCHAR (real_value)
- && g_value_get_uchar == '\0')
+ && g_value_get_uchar (real_value) == '\0')
real_value = NULL;
return (*XFCE_PANEL_PLUGIN_PROVIDER_GET_INTERFACE (provider)->remote_event) (provider, name, real_value, handle);
More information about the Xfce4-commits
mailing list