This is an automated email from the git hooks/post-receive script.

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-clipman-plugin.

commit e127976537cd1ba53e2f5bb2295b7819d789cb8c
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Fri Mar 20 18:00:46 2020 +0100

    Silence warning
---
 panel-plugin/xfce4-clipman-history.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/panel-plugin/xfce4-clipman-history.c 
b/panel-plugin/xfce4-clipman-history.c
index 9169887..b561aee 100644
--- a/panel-plugin/xfce4-clipman-history.c
+++ b/panel-plugin/xfce4-clipman-history.c
@@ -408,14 +408,12 @@ main (gint argc, gchar *argv[])
   xfconf_g_property_bind (plugin->channel, "/tweaks/reverse-menu-order",
                           G_TYPE_BOOLEAN, plugin->menu, "reverse-order");
 
-
   plugin_load (plugin);
 
   dialog = clipman_history_dialog_init (plugin);
   g_signal_connect (G_OBJECT (dialog), "delete-event", G_CALLBACK 
(clipman_history_dialog_delete_event), plugin);
   g_signal_connect (G_OBJECT (dialog), "response", G_CALLBACK 
(clipman_history_dialog_response), plugin);
-  gtk_window_present (GTK_WINDOW (dialog));
-  gtk_dialog_run(GTK_DIALOG(dialog));
+  gtk_dialog_run (GTK_DIALOG (dialog));
 
   return FALSE;
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to