aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-06 10:08:06 -0800
committerTed Gould <ted@gould.cx>2010-02-06 10:08:06 -0800
commitf6ea519bd22152f6b41d2eb3d993c47409a7475c (patch)
treee561cace7816f07f42aef1dd8e3e12f948ba787e /src/application-service-appstore.c
parent5bd28754757d8fa61fdad1d7f065d1c25c75befa (diff)
parent987c4b508accb7412b3b401edfd21b34645a8fe2 (diff)
downloadayatana-indicator-application-f6ea519bd22152f6b41d2eb3d993c47409a7475c.tar.gz
ayatana-indicator-application-f6ea519bd22152f6b41d2eb3d993c47409a7475c.tar.bz2
ayatana-indicator-application-f6ea519bd22152f6b41d2eb3d993c47409a7475c.zip
* Upstream Merge
* Fixing grabbing of attention icon
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);