[Xfce4-commits] [apps/xfce4-taskmanager] 03/21: Make the toolbar button show up

noreply at xfce.org noreply at xfce.org
Thu Jan 26 22:59:07 CET 2017


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

ochosi pushed a commit to branch master
in repository apps/xfce4-taskmanager.

commit cd7a63d8c3d0483cc8caa60feba668101e61aef8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Jan 24 00:02:23 2017 +0100

    Make the toolbar button show up
---
 src/process-window.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/process-window.c b/src/process-window.c
index ba8043d..fa9eb51 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -221,6 +221,7 @@ xtm_process_window_init (XtmProcessWindow *window)
 	gtk_toolbar_insert(GTK_TOOLBAR (window->toolbar), GTK_TOOL_ITEM(xwininfo), 2);
 	g_signal_connect (G_OBJECT (xwininfo), "clicked",
 										G_CALLBACK (xwininfo_clicked_cb), window);
+	gtk_widget_show (GTK_WIDGET (xwininfo));
 
 	button = GTK_WIDGET (gtk_builder_get_object (window->builder, "toolbutton-about"));
 	g_signal_connect_swapped (button, "clicked", G_CALLBACK (show_about_dialog), window);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list