summaryrefslogtreecommitdiffstats
path: root/src/tab-label.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-28 01:47:42 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-28 01:47:42 (EDT)
commit857a63e904e7082669054cb0b04b9c5ed3323a6d (patch)
tree9e59cf439cc197cfdd7079f2fb8accc9d97c190d /src/tab-label.c
parentc7416efcb551bf9b881a42dec01f040d0d9ca993 (diff)
downloadmarquee-857a63e904e7082669054cb0b04b9c5ed3323a6d.zip
marquee-857a63e904e7082669054cb0b04b9c5ed3323a6d.tar.gz
marquee-857a63e904e7082669054cb0b04b9c5ed3323a6d.tar.bz2
MqTabLabel, MqUriEntry: Use a better generic Web page icon
Diffstat (limited to 'src/tab-label.c')
-rw-r--r--src/tab-label.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tab-label.c b/src/tab-label.c
index c837961..f86b05e 100644
--- a/src/tab-label.c
+++ b/src/tab-label.c
@@ -175,7 +175,7 @@ update_image(MqTabLabel *tab_label, GdkPixbuf *favicon)
gtk_image_set_from_pixbuf(GTK_IMAGE(tab_label->image), favicon);
} else {
gtk_image_set_from_icon_name(GTK_IMAGE(tab_label->image),
- "text-x-generic", GTK_ICON_SIZE_BUTTON);
+ "text-html", GTK_ICON_SIZE_BUTTON);
}
}
@@ -334,7 +334,7 @@ mq_tab_label_init(MqTabLabel *tab_label)
tab_label->title = "New tab";
/* Set up tab image. */
- tab_label->image = gtk_image_new_from_icon_name("text-x-generic",
+ tab_label->image = gtk_image_new_from_icon_name("text-html",
GTK_ICON_SIZE_BUTTON);
/* Set up tab label. */