diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-08-10 18:01:29 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-08-10 18:01:29 +0100 |
commit | 357374acb2a641a9c5d70cb6149293a0a07770f3 (patch) | |
tree | 8c8ac5869ebb4908f537e05f28db27261dabd180 /src/apt-transaction.c | |
parent | a1a7357b58d182e077ebfe8fb11c083e5eb18839 (diff) | |
parent | 853ad495b863c179792044f1a74e8556d04e32db (diff) | |
download | ayatana-indicator-session-357374acb2a641a9c5d70cb6149293a0a07770f3.tar.gz ayatana-indicator-session-357374acb2a641a9c5d70cb6149293a0a07770f3.tar.bz2 ayatana-indicator-session-357374acb2a641a9c5d70cb6149293a0a07770f3.zip |
merged the lightdb dbus changes and the apt restartrequired awareness
Diffstat (limited to 'src/apt-transaction.c')
-rw-r--r-- | src/apt-transaction.c | 2 |
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) || |