diff options
author | David <dbphillipsnz@gmail.com> | 2014-06-12 17:26:03 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-06-12 17:26:03 +1200 |
commit | 5ad31eacbb3656ad6409e75f5c63d337a5440395 (patch) | |
tree | cbb9640007b765ebfd1a85c356cde85e53600d25 | |
parent | de88a7b12c2fccd7989655629afc9d6de4dc7b66 (diff) | |
download | paramano-5ad31eacbb3656ad6409e75f5c63d337a5440395.tar.xz |
Removed spurious line accidentally added through merges
-rw-r--r-- | tray.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -313,7 +313,6 @@ void tray_init() debug("Setting up callbacks\n"); g_signal_connect(G_OBJECT(tray), "query-tooltip", GTK_SIGNAL_FUNC(update_tooltip), NULL); g_signal_connect(G_OBJECT(tray), "popup-menu", GTK_SIGNAL_FUNC(popup_menu), NULL); - g_signal_connect(G_OBJECT(tray), "activate", GTK_SIGNAL_FUNC(activate), NULL); debug("Adding timeout\n"); g_timeout_add(1000, update_icon, NULL); tray_init_menu(); |