[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 19/37: Silence warning
noreply at xfce.org
noreply at xfce.org
Mon Mar 23 23:30:14 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-clipman-plugin.
commit e127976537cd1ba53e2f5bb2295b7819d789cb8c
Author: Simon Steinbeiss <simon.steinbeiss at 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.
More information about the Xfce4-commits
mailing list