From a453117eddeebe41cef2b4812ff0db284437cbd3 Mon Sep 17 00:00:00 2001 From: tlemy <138604946+tlemy@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:22:13 -0500 Subject: [PATCH] removed trailing space char in custom date time (#616) --- plugins/time/xed-time-plugin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/time/xed-time-plugin.c b/plugins/time/xed-time-plugin.c index 5fa97cd9..5dcb99c8 100644 --- a/plugins/time/xed-time-plugin.c +++ b/plugins/time/xed-time-plugin.c @@ -712,7 +712,6 @@ real_insert_time (GtkTextBuffer *buffer, gtk_text_buffer_begin_user_action (buffer); gtk_text_buffer_insert_at_cursor (buffer, the_time, -1); - gtk_text_buffer_insert_at_cursor (buffer, " ", -1); gtk_text_buffer_end_user_action (buffer); }