diff options
author | Ted Gould <ted@canonical.com> | 2009-11-23 13:26:32 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-23 13:26:32 -0600 |
commit | 9a4835415f4df9b906a4d489245b0aecab43c09d (patch) | |
tree | 3008d561ec2a157fce9f95053c7d6b1c7228380f /src/custom-service-appstore.c | |
parent | 5a87d20ea3873748036185ae74da33ed88cf9d63 (diff) | |
download | libayatana-appindicator-9a4835415f4df9b906a4d489245b0aecab43c09d.tar.gz libayatana-appindicator-9a4835415f4df9b906a4d489245b0aecab43c09d.tar.bz2 libayatana-appindicator-9a4835415f4df9b906a4d489245b0aecab43c09d.zip |
Adding in a TODO
Diffstat (limited to 'src/custom-service-appstore.c')
-rw-r--r-- | src/custom-service-appstore.c | 4 |
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, |