From 0a4384ca8c93b62bdf393cd1f3698bab1999fc6f Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:34:17 +0200 Subject: Use a blank line at most --- src/caja-x-content-bar.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/caja-x-content-bar.c') diff --git a/src/caja-x-content-bar.c b/src/caja-x-content-bar.c index c4b822f0..5e451d7b 100644 --- a/src/caja-x-content-bar.c +++ b/src/caja-x-content-bar.c @@ -110,7 +110,6 @@ caja_x_content_bar_set_x_content_type (CajaXContentBar *bar, const char *x_conte message = g_strdup_printf (_("The media has been detected as \"%s\"."), description); } - gtk_label_set_text (GTK_LABEL (bar->priv->label), message); gtk_widget_show (bar->priv->label); @@ -184,7 +183,6 @@ caja_x_content_bar_set_mount (CajaXContentBar *bar, GMount *mount) bar->priv->mount = mount != NULL ? g_object_ref (mount) : NULL; } - static void caja_x_content_bar_set_property (GObject *object, guint prop_id, -- cgit v1.2.1