]> spindle.queued.net Git - midori/commitdiff
Show completion popup only after resizing the columns
authorAlexander Butenko <a.butenka@gmail.com>
Tue, 19 Jan 2010 05:28:07 +0000 (06:28 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 19 Jan 2010 05:28:07 +0000 (06:28 +0100)
midori/midori-locationaction.c

index 3e2e4e2ff9de0b287c0493c97c07736b6a619dfd..404bcc58f1ef27f1b64f35ed340260dca033dd7b 100644 (file)
@@ -424,8 +424,8 @@ midori_location_action_popup_timeout_cb (gpointer data)
         gtk_window_set_screen (GTK_WINDOW (action->popup),
                                gtk_widget_get_screen (action->entry));
         gtk_window_set_transient_for (GTK_WINDOW (action->popup), GTK_WINDOW (toplevel));
-        gtk_widget_show_all (action->popup);
         gtk_tree_view_columns_autosize (GTK_TREE_VIEW (action->treeview));
+        gtk_widget_show_all (action->popup);
     }
 
     column = gtk_tree_view_get_column (GTK_TREE_VIEW (action->treeview), 0);