Updating branch refs/heads/master
         to f715e11ebfb7ae9e761999312f15577cd436a428 (commit)
       from 33efb946660d5b51fca214f6c0854c9fde3c3095 (commit)

commit f715e11ebfb7ae9e761999312f15577cd436a428
Author: Christian Dywan <[email protected]>
Date:   Sun Sep 9 21:13:08 2012 +0200

    Remove cleared downloads from transfer panel

 panels/midori-transfers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panels/midori-transfers.c b/panels/midori-transfers.c
index 8eb5f05..c7dc45a 100644
--- a/panels/midori-transfers.c
+++ b/panels/midori-transfers.c
@@ -311,7 +311,7 @@ midori_transfers_treeview_row_activated_cb (GtkTreeView*    
   treeview,
         gtk_tree_model_get (model, &iter, 1, &download, -1);
 
         if (midori_download_action_clear (download, GTK_WIDGET (treeview), 
NULL))
-            ; /* FIXME: Remove this item from the model */
+            gtk_list_store_remove (GTK_LIST_STORE (model), &iter);
         g_object_unref (download);
     }
 }
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to