[Xfce4-commits] [apps/xfce4-taskmanager] 06/08: connect the notify::show-memory-in-xbytes signal to a force_timeout_update() call

noreply at xfce.org noreply at xfce.org
Thu Dec 4 21:02:51 CET 2014


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

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

commit 7e7521cf2ffaccaa0c5ca080e949624f7edec487
Author: Landry Breuil <landry at xfce.org>
Date:   Thu Dec 4 20:40:46 2014 +0100

    connect the notify::show-memory-in-xbytes signal to a force_timeout_update() call
---
 src/main.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main.c b/src/main.c
index e218405..c93a109 100644
--- a/src/main.c
+++ b/src/main.c
@@ -201,6 +201,7 @@ int main (int argc, char *argv[])
 	g_signal_connect_after (settings, "notify::more-precision", G_CALLBACK (force_timeout_update), NULL);
 	g_signal_connect_after (settings, "notify::full-command-line", G_CALLBACK (force_timeout_update), NULL);
 	g_signal_connect (settings, "notify::show-status-icon", G_CALLBACK (show_hide_status_icon), NULL);
+	g_signal_connect (settings, "notify::show-memory-in-xbytes", G_CALLBACK (force_timeout_update), NULL);
 
 	g_signal_connect (window, "destroy", G_CALLBACK (destroy_window), NULL);
 	g_signal_connect (window, "delete-event", G_CALLBACK (delete_window), NULL);

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


More information about the Xfce4-commits mailing list