[Xfce4-commits] <midori:master> Remove a redundant katze_array_move_item all
Christian Dywan
noreply at xfce.org
Mon Feb 21 19:44:02 CET 2011
Updating branch refs/heads/master
to b7f8281f77468cdf7036776761367c7ebc4bbe07 (commit)
from 857551fe6199be5f228c2a9a80121dd53f0b54d7 (commit)
commit b7f8281f77468cdf7036776761367c7ebc4bbe07
Author: Christian Dywan <christian at twotoasts.de>
Date: Mon Feb 21 19:33:05 2011 +0100
Remove a redundant katze_array_move_item all
midori/midori-browser.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index 7ddb3e9..053ec66 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -1554,8 +1554,6 @@ _midori_browser_add_tab (MidoriBrowser* browser,
item = midori_view_get_proxy_item (MIDORI_VIEW (view));
g_object_ref (item);
katze_array_add_item (browser->proxy_array, item);
- katze_array_move_item (browser->proxy_array, item,
- gtk_notebook_get_current_page (notebook) + 1);
g_object_connect (view,
"signal::notify::icon",
More information about the Xfce4-commits
mailing list