summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2007-09-16 19:47:50 +0100
committerRichard Hughes <richard@hughsie.com>2007-09-16 19:47:50 +0100
commite2933b35d42cd961f6926b6521a40f181b2f8a3a (patch)
tree892956f91ab7d448cc3053376fd40d9ee0e8708d /client
parent07bf254860be0593f0787fe46c43163469ffb56f (diff)
make the job-list code refresh at startup. This fixes a typo that makes pkmon work again
Diffstat (limited to 'client')
-rw-r--r--client/pk-monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/pk-monitor.c b/client/pk-monitor.c
index 05178fdf..e2d9637c 100644
--- a/client/pk-monitor.c
+++ b/client/pk-monitor.c
@@ -98,6 +98,7 @@ main (int argc, char *argv[])
g_signal_connect (tlist, "error-code",
G_CALLBACK (pk_monitor_error_code_cb), NULL);
+ pk_debug ("refreshing task list");
ret = pk_task_list_refresh (tlist);
if (ret == FALSE) {
g_error ("cannot refresh job list");