aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-11 21:15:58 -0500
committerTed Gould <ted@gould.cx>2010-08-11 21:15:58 -0500
commitba6904978575157936f0fb3ce9fd4aa78ac740ee (patch)
tree47abab1431622eeebbf0260bf518eedd45ff008e
parentb7419c3d3e23ddc3be51f1d3c182360ffe76bf8d (diff)
downloadayatana-indicator-application-ba6904978575157936f0fb3ce9fd4aa78ac740ee.tar.gz
ayatana-indicator-application-ba6904978575157936f0fb3ce9fd4aa78ac740ee.tar.bz2
ayatana-indicator-application-ba6904978575157936f0fb3ce9fd4aa78ac740ee.zip
Moving some TODOs
-rw-r--r--src/application-service-appstore.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index bff4c77..6ee2c47 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -305,7 +305,6 @@ get_all_properties_cb (DBusGProxy * proxy, GHashTable * properties, GError * err
app->guide = g_strdup("");
}
- /* TODO: Calling approvers, but we're ignoring the results. So, eh. */
g_list_foreach(priv->approvers, check_with_old_approver, app);
apply_status(app);
@@ -985,7 +984,7 @@ approver_request_cb (DBusGProxy *proxy, gboolean OUT_approved, GError *error, gp
app->approved_by = g_list_remove(app->approved_by, proxy);
}
- /* TODO: Apply status */
+ apply_status(app);
return;
}