From 3c1a6fb3a62dc31f26bfd7439c9d80f034505cc0 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 21 Dec 2017 11:45:39 -0500 Subject: MqTabLabel: Rename a static function --- diff --git a/src/tab-label.c b/src/tab-label.c index 5ac3fc0..72443b9 100644 --- a/src/tab-label.c +++ b/src/tab-label.c @@ -164,7 +164,7 @@ button_press_cb(GtkWidget *widget, GdkEventButton *event, } static void -update_image(MqTabLabel *tab_label, GdkPixbuf *favicon) +set_image(MqTabLabel *tab_label, GdkPixbuf *favicon) { if (favicon) { gtk_image_set_from_pixbuf(GTK_IMAGE(tab_label->image), favicon); @@ -209,7 +209,7 @@ favicon_cb(WebKitWebView G_GNUC_UNUSED *web_view, } } - update_image(tab_label, scaled_pixbuf); + set_image(tab_label, scaled_pixbuf); } static void -- cgit v0.9.1