Remove a redundant katze_array_move_item all
This commit is contained in:
parent
857551fe61
commit
b7f8281f77
1 changed files with 0 additions and 2 deletions
|
@ -1554,8 +1554,6 @@ _midori_browser_add_tab (MidoriBrowser* browser,
|
||||||
item = midori_view_get_proxy_item (MIDORI_VIEW (view));
|
item = midori_view_get_proxy_item (MIDORI_VIEW (view));
|
||||||
g_object_ref (item);
|
g_object_ref (item);
|
||||||
katze_array_add_item (browser->proxy_array, 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,
|
g_object_connect (view,
|
||||||
"signal::notify::icon",
|
"signal::notify::icon",
|
||||||
|
|
Loading…
Reference in a new issue