diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-06-29 19:56:56 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-06-29 19:56:56 +0200 |
commit | 4c1f8ad57ce2f1865359d343c04dcfb1bedf2109 (patch) | |
tree | 26b169531467bcc6d7cddb035824bb044b533818 | |
parent | 8f2b343fc59a927961ee90f588f207d22c54924d (diff) | |
download | ayatana-indicator-messages-4c1f8ad57ce2f1865359d343c04dcfb1bedf2109.tar.gz ayatana-indicator-messages-4c1f8ad57ce2f1865359d343c04dcfb1bedf2109.tar.bz2 ayatana-indicator-messages-4c1f8ad57ce2f1865359d343c04dcfb1bedf2109.zip |
X-MessagingMenu-UsesChatStatus --> X-MessagingMenu-UsesChatSection
-rw-r--r-- | src/app-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-section.c b/src/app-section.c index fb3d8f9..c5b0731 100644 --- a/src/app-section.c +++ b/src/app-section.c @@ -283,7 +283,7 @@ keyfile_loaded (GObject *source_object, self->priv->uses_chat_status = g_key_file_get_boolean (keyfile, G_KEY_FILE_DESKTOP_GROUP, - "X-MessagingMenu-UsesChatStatus", + "X-MessagingMenu-UsesChatSection", &error); if (error) { if (error->code != G_KEY_FILE_ERROR_KEY_NOT_FOUND) { |