summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tab-chrome.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index b09484d..796b633 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -47,6 +47,8 @@ mq_tab_chrome_new(gchar *uri)
location_bar_container = gtk_tool_item_new();
chrome->location_bar = gtk_entry_new_with_buffer(
gtk_entry_buffer_new(uri, -1));
+ gtk_entry_set_placeholder_text(GTK_ENTRY(chrome->location_bar),
+ "URI...");
gtk_container_add(GTK_CONTAINER(location_bar_container),
chrome->location_bar);
gtk_toolbar_insert(GTK_TOOLBAR(chrome->container),