summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/toolbars/navigation/uri-entry.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/toolbars/navigation/uri-entry.c b/src/toolbars/navigation/uri-entry.c
index af3e0c6..3862801 100644
--- a/src/toolbars/navigation/uri-entry.c
+++ b/src/toolbars/navigation/uri-entry.c
@@ -69,6 +69,9 @@ load_changed_cb(MqWebView *web_view, WebKitLoadEvent load_event,
gtk_entry_set_progress_fraction(
GTK_ENTRY(uri_entry->uri_entry), 0.0);
break;
+ default:
+ g_assert_not_reached();
+ break;
}
}