From 70c8f8431d70481b8fcf90787f6987250ad84889 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 3 Apr 2012 23:23:00 -0500 Subject: Fixing a cut-and-paste comment --- libdbusmenu-glib/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdbusmenu-glib') diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c index 4595865..34f8b8d 100644 --- a/libdbusmenu-glib/client.c +++ b/libdbusmenu-glib/client.c @@ -1180,7 +1180,7 @@ menuproxy_build_cb (GObject * object, GAsyncResult * res, gpointer user_data) icon_dirs = NULL; } - /* Get the icon theme directories if available */ + /* Get the dbusmenu protocol version if available */ GVariant * version = g_dbus_proxy_get_cached_property(priv->menuproxy, "Version"); if (version != NULL) { guint32 remote_version = 0; -- cgit v1.2.3