summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-chrome.c')
-rw-r--r--src/tab-chrome.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab-chrome.c b/src/tab-chrome.c
index 71f3ae6..e790150 100644
--- a/src/tab-chrome.c
+++ b/src/tab-chrome.c
@@ -352,7 +352,7 @@ menu_button_clicked_cb(GtkToolButton *tool_button,
#undef NEW_BUTTON
static GtkWidget *
-navigation_toolbar_new(MqTabChrome *chrome, gchar *uri)
+navigation_toolbar_new(MqTabChrome *chrome, const gchar *uri)
{
GtkToolbar *navigation_toolbar;
GtkToolItem *back_forward_tool_item;
@@ -452,7 +452,7 @@ navigation_toolbar_new(MqTabChrome *chrome, gchar *uri)
}
MqTabChrome *
-mq_tab_chrome_new(gchar *uri)
+mq_tab_chrome_new(const gchar *uri)
{
MqTabChrome *chrome;