[epiphany] ephy-history-view: remove unneeded unselect_all()



commit 725a91f5fa33440c71efb09f8aea70630392e05a
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Mar 7 18:33:26 2012 +0200

    ephy-history-view: remove unneeded unselect_all()
    
    This breaks selection in _BROWSE mode, and we don't really need it
    anyway.

 lib/widgets/ephy-history-view.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/lib/widgets/ephy-history-view.c b/lib/widgets/ephy-history-view.c
index 2db3499..461d308 100644
--- a/lib/widgets/ephy-history-view.c
+++ b/lib/widgets/ephy-history-view.c
@@ -75,8 +75,7 @@ ephy_history_view_button_press (GtkWidget *treeview,
       g_signal_emit_by_name (treeview, "popup_menu", &retval);
     }
     gtk_tree_path_free (path);
-  } else
-    gtk_tree_selection_unselect_all (selection);
+  }
 
   return FALSE;
 }



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