summaryrefslogtreecommitdiffstats
path: root/src/toolbars
diff options
context:
space:
mode:
Diffstat (limited to 'src/toolbars')
-rw-r--r--src/toolbars/navigation/back-forward-button-box.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/toolbars/navigation/back-forward-button-box.c b/src/toolbars/navigation/back-forward-button-box.c
index 491b939..9c55919 100644
--- a/src/toolbars/navigation/back-forward-button-box.c
+++ b/src/toolbars/navigation/back-forward-button-box.c
@@ -118,6 +118,9 @@ list_item_new(WebKitBackForwardListItem *list_item, gint type)
gtk_stack_add_named(GTK_STACK(icon_stack),
gtk_radio_button_new(NULL), "current");
break;
+ default:
+ g_assert_not_reached(); /* I dun fucked up. */
+ break;
}
box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0);