aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-23 13:26:32 -0600
committerTed Gould <ted@canonical.com>2009-11-23 13:26:32 -0600
commit9a4835415f4df9b906a4d489245b0aecab43c09d (patch)
tree3008d561ec2a157fce9f95053c7d6b1c7228380f /src
parent5a87d20ea3873748036185ae74da33ed88cf9d63 (diff)
downloadayatana-indicator-application-9a4835415f4df9b906a4d489245b0aecab43c09d.tar.gz
ayatana-indicator-application-9a4835415f4df9b906a4d489245b0aecab43c09d.tar.bz2
ayatana-indicator-application-9a4835415f4df9b906a4d489245b0aecab43c09d.zip
Adding in a TODO
Diffstat (limited to 'src')
-rw-r--r--src/custom-service-appstore.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/custom-service-appstore.c b/src/custom-service-appstore.c
index 81910dd..6cb2dd9 100644
--- a/src/custom-service-appstore.c
+++ b/src/custom-service-appstore.c
@@ -152,6 +152,10 @@ get_all_properties_cb (DBusGProxy * proxy, GHashTable * properties, GError * err
CustomServiceAppstorePrivate * priv = CUSTOM_SERVICE_APPSTORE_GET_PRIVATE(app->appstore);
priv->applications = g_list_prepend(priv->applications, app);
+
+ /* TODO: We need to have the position determined better. This
+ would involve looking at the name and category and sorting
+ it with the other entries. */
g_signal_emit(G_OBJECT(app->appstore),
signals[APPLICATION_ADDED], 0,