aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-02-08 19:25:26 -0500
committerKen VanDine <ken.vandine@canonical.com>2010-02-08 19:25:26 -0500
commitc9d339ff50253e87e51045acf896a9663f582144 (patch)
tree271e25a59d2dd89b1dc8f1bc95329e3ce0468d5e /src/application-service-appstore.c
parentb8830e1f10bffec7b3bcdacef125b4cbf5472d01 (diff)
parentb881da97404a6e1dbecbfb112d2cb1c7f436ab20 (diff)
downloadayatana-indicator-application-c9d339ff50253e87e51045acf896a9663f582144.tar.gz
ayatana-indicator-application-c9d339ff50253e87e51045acf896a9663f582144.tar.bz2
ayatana-indicator-application-c9d339ff50253e87e51045acf896a9663f582144.zip
releasing version 0.0.12-0ubuntu10.0.12-0ubuntu1
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 70fab18..c784495 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -224,7 +224,7 @@ get_all_properties_cb (DBusGProxy * proxy, GHashTable * properties, GError * err
app->icon = g_value_dup_string(g_hash_table_lookup(properties, NOTIFICATION_ITEM_PROP_ICON_NAME));
app->menu = g_value_dup_string(g_hash_table_lookup(properties, NOTIFICATION_ITEM_PROP_MENU));
if (g_hash_table_lookup(properties, NOTIFICATION_ITEM_PROP_AICON_NAME) != NULL) {
- app->aicon = g_value_dup_string(g_hash_table_lookup(properties, NOTIFICATION_ITEM_PROP_ICON_NAME));
+ app->aicon = g_value_dup_string(g_hash_table_lookup(properties, NOTIFICATION_ITEM_PROP_AICON_NAME));
}
gpointer icon_path_data = g_hash_table_lookup(properties, NOTIFICATION_ITEM_PROP_ICON_PATH);