Skip the AddSpeedDial action in the browser test

This commit is contained in:
Christian Dywan 2009-05-22 01:35:47 +02:00
parent a102146f15
commit 5ae53f643a

View 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);