diff options
author | Benedikt Meurer <benny@xfce.org> | 2003-07-15 22:06:32 +0000 |
---|---|---|
committer | Benedikt Meurer <benny@xfce.org> | 2003-07-15 22:06:32 +0000 |
commit | 88966722ff9462f0c81f0324154456110451c2a5 (patch) | |
tree | 370ace83888863d3d3a8d7875fa50a1a25908afe /NEWS | |
parent | 5759534c5645b0dbe8de3b9ff1de52236fc7e026 (diff) | |
download | xfce4-session-88966722ff9462f0c81f0324154456110451c2a5.tar.gz |
XfceTrayIcon now provides both "clicked" and "double_clicked" signals.
"clicked" is used for the session tray icon.
(Old svn revision: 4461)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +20030716: +--------- + * XfceTrayIcon now both provides "clicked" (a single left button + click) and "double_clicked" (double left button click) signals + * XfceTrayIcon no longer autoconnects, you'll need to call + xfce_tray_icon_connect() explicitly + 20030715: --------- * Version 0.1.1 |