gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22085 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r22085 - gnunet-gtk/src/fs
Date: Mon, 18 Jun 2012 22:20:59 +0200

Author: grothoff
Date: 2012-06-18 22:20:59 +0200 (Mon, 18 Jun 2012)
New Revision: 22085

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
Log:
-fix orphan tab animations

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-06-18 19:19:41 UTC 
(rev 22084)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2012-06-18 20:20:59 UTC 
(rev 22085)
@@ -1229,6 +1229,7 @@
   gint availability_rank;
   gchar *downloaded_filename;
   gint downloaded_anonymity;
+  GdkPixbuf *status_animation;
 
   /* find the 'old' root */
   tm_old = GTK_TREE_MODEL (de->sr->tab->ts);
@@ -1254,6 +1255,7 @@
                       SEARCH_TAB_MC_COMPLETED, &completed,
                       SEARCH_TAB_MC_DOWNLOADED_FILENAME, &downloaded_filename,
                       SEARCH_TAB_MC_DOWNLOADED_ANONYMITY, 
&downloaded_anonymity,
+                     SEARCH_TAB_MC_STATUS_ICON, &status_animation,
                       -1);
   GNUNET_assert (GNUNET_YES == GNUNET_FS_uri_test_equal (uri, de->uri));
   GNUNET_assert (de->sr->download == de);
@@ -1286,6 +1288,7 @@
                       SEARCH_TAB_MC_COMPLETED, completed,
                       SEARCH_TAB_MC_DOWNLOADED_FILENAME, downloaded_filename,
                       SEARCH_TAB_MC_DOWNLOADED_ANONYMITY, downloaded_anonymity,
+                     SEARCH_TAB_MC_STATUS_ICON, status_animation,
                       -1);
   g_free (filename);
   g_free (downloaded_filename);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]