summaryrefslogtreecommitdiff
path: root/plugins/taglist/pluma-taglist-plugin-panel.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:29:13 +0200
committerZenWalker <[email protected]>2019-07-06 21:46:58 +0200
commitdb655f3fb2f67b695d36369e584fcb598e0e1bea (patch)
treeff7a4404cb6f0d1d8ca3a08ee50c60641641f1b4 /plugins/taglist/pluma-taglist-plugin-panel.c
parent5153fb08a2e26015d07e7b3805de15d38bd05a9d (diff)
downloadpluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.bz2
pluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'plugins/taglist/pluma-taglist-plugin-panel.c')
-rw-r--r--plugins/taglist/pluma-taglist-plugin-panel.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/taglist/pluma-taglist-plugin-panel.c b/plugins/taglist/pluma-taglist-plugin-panel.c
index 3c1b39a3..b489f5a0 100644
--- a/plugins/taglist/pluma-taglist-plugin-panel.c
+++ b/plugins/taglist/pluma-taglist-plugin-panel.c
@@ -64,7 +64,7 @@ struct _PlumaTaglistPluginPanelPrivate
GtkWidget *preview;
TagGroup *selected_tag_group;
-
+
gchar *data_dir;
};
@@ -132,7 +132,7 @@ static void
pluma_taglist_plugin_panel_finalize (GObject *object)
{
PlumaTaglistPluginPanel *panel = PLUMA_TAGLIST_PLUGIN_PANEL (object);
-
+
g_free (panel->priv->data_dir);
G_OBJECT_CLASS (pluma_taglist_plugin_panel_parent_class)->finalize (object);
@@ -436,7 +436,7 @@ selected_group_changed (GtkComboBox *combo,
populate_tags_list (panel);
}
-
+
/* Clean up preview */
gtk_label_set_text (GTK_LABEL (panel->priv->preview),
"");
@@ -783,9 +783,9 @@ pluma_taglist_plugin_panel_new (PlumaWindow *window,
panel = g_object_new (PLUMA_TYPE_TAGLIST_PLUGIN_PANEL,
"window", window,
NULL);
-
+
panel->priv->data_dir = g_strdup (data_dir);
-
+
return GTK_WIDGET (panel);
}