summaryrefslogtreecommitdiff
path: root/src/caja-x-content-bar.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:34:17 +0200
committerraveit65 <[email protected]>2021-11-20 16:50:14 +0100
commit0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch)
tree9c68212e8ba254df3dc80cd091b8fd3198a9b643 /src/caja-x-content-bar.c
parentbdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff)
downloadcaja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2
caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz
Use a blank line at most
Diffstat (limited to 'src/caja-x-content-bar.c')
-rw-r--r--src/caja-x-content-bar.c2
1 files changed, 0 insertions, 2 deletions
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,