diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-02 12:13:49 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-12-02 12:13:49 +0800 |
commit | d904b8e0d8f1702e4a32989f0fb0a4c2ba872d29 (patch) | |
tree | 9eeb787a2f8a271a5c12604bcf3431d264b1bf65 /shell/e-activity-handler.c | |
parent | d74d39e1a0d5d89dc4a4fc2cae70167d69b617a3 (diff) | |
download | gsoc2013-evolution-d904b8e0d8f1702e4a32989f0fb0a4c2ba872d29.tar gsoc2013-evolution-d904b8e0d8f1702e4a32989f0fb0a4c2ba872d29.tar.gz gsoc2013-evolution-d904b8e0d8f1702e4a32989f0fb0a4c2ba872d29.tar.bz2 gsoc2013-evolution-d904b8e0d8f1702e4a32989f0fb0a4c2ba872d29.tar.lz gsoc2013-evolution-d904b8e0d8f1702e4a32989f0fb0a4c2ba872d29.tar.xz gsoc2013-evolution-d904b8e0d8f1702e4a32989f0fb0a4c2ba872d29.tar.zst gsoc2013-evolution-d904b8e0d8f1702e4a32989f0fb0a4c2ba872d29.zip |
Remove debugging message.
svn path=/trunk/; revision=23559
Diffstat (limited to 'shell/e-activity-handler.c')
-rw-r--r-- | shell/e-activity-handler.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-activity-handler.c b/shell/e-activity-handler.c index cdc41d8025..aec5560b5b 100644 --- a/shell/e-activity-handler.c +++ b/shell/e-activity-handler.c @@ -145,8 +145,6 @@ activity_info_new (const char *component_id, static void activity_info_free (ActivityInfo *info) { - g_print ("activity_info_free %d ref count %d\n", info->id, G_OBJECT (info->icon_pixbuf)->ref_count); - g_free (info->component_id); g_object_unref (info->icon_pixbuf); @@ -348,7 +346,7 @@ e_activity_handler_operation_progressing (EActivityHandler *activity_handler, p = lookup_activity (priv->activity_infos, activity_id, &order_number); if (p == NULL) { - g_warning ("EActivityHandler: uknown operation %d", activity_id); + g_warning ("EActivityHandler: unknown operation %d", activity_id); return; } |