]> spindle.queued.net Git - midori/commitdiff
Skip the AddSpeedDial action in the browser test
authorChristian Dywan <christian@twotoasts.de>
Thu, 21 May 2009 23:35:47 +0000 (01:35 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 21 May 2009 23:35:47 +0000 (01:35 +0200)
tests/browser.c

index 1ee1536986131949f15f064a11fdb0019a30961f..6af1210bfa1d920e82a9d48a0557aeaf3ed2579d 100644 (file)
@@ -38,7 +38,8 @@ browser_create (void)
         GtkAction* action = actions->data;
         if (g_strcmp0 (gtk_action_get_name (action), "WindowClose"))
             if (g_strcmp0 (gtk_action_get_name (action), "EncodingCustom"))
-                gtk_action_activate (action);
+                if (g_strcmp0 (gtk_action_get_name (action), "AddSpeedDial"))
+                    gtk_action_activate (action);
         actions = g_list_next (actions);
     }
     g_list_free (actions);