aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-08-05 16:09:59 +0100
committerConor Curran <conor.curran@canonical.com>2011-08-05 16:09:59 +0100
commit3edbdc147bcf6ce1b94e6156e318728c41abea2a (patch)
tree6eef7dfc90bdaaee72f0acac785b22f499f834d0
parentb587cf67da20cce1a8467c190696cbdb35ef347b (diff)
downloadayatana-indicator-session-3edbdc147bcf6ce1b94e6156e318728c41abea2a.tar.gz
ayatana-indicator-session-3edbdc147bcf6ce1b94e6156e318728c41abea2a.tar.bz2
ayatana-indicator-session-3edbdc147bcf6ce1b94e6156e318728c41abea2a.zip
watch for the restart flag and change the menuitem's title
-rw-r--r--src/apt-transaction.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/apt-transaction.c b/src/apt-transaction.c
index 78a0ff2..647f4ba 100644
--- a/src/apt-transaction.c
+++ b/src/apt-transaction.c
@@ -185,8 +185,6 @@ apt_transaction_receive_signal (GDBusProxy * proxy,
g_variant_get (value, "(asasasasasasas)", &install,
&reinstall, &remove, &purge, &upgrade, &downgrade,
&keep);
- //g_debug ("Seemed to uppack dependencies without any warnings");
- //g_debug ("Upgrade quantity : %u", g_strv_length(upgrade));
gboolean upgrade_needed = (g_strv_length(upgrade) > 0) ||
(g_strv_length(install) > 0) ||
(g_strv_length(reinstall) > 0) ||