diff options
author | Ted Gould <ted@gould.cx> | 2012-04-03 23:23:00 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-04-03 23:23:00 -0500 |
commit | 70c8f8431d70481b8fcf90787f6987250ad84889 (patch) | |
tree | e6940b1a6aa681c21f0c35fcff50e19c55bee13f | |
parent | af0566fcf27c1ce3bc092e88b306353aad4ba2c1 (diff) | |
download | libdbusmenu-70c8f8431d70481b8fcf90787f6987250ad84889.tar.gz libdbusmenu-70c8f8431d70481b8fcf90787f6987250ad84889.tar.bz2 libdbusmenu-70c8f8431d70481b8fcf90787f6987250ad84889.zip |
Fixing a cut-and-paste comment
-rw-r--r-- | libdbusmenu-glib/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |