Mercurial > audlegacy-plugins
changeset 856:a5f4472faa6b trunk
[svn] - couldn't disable statusicon.
author | yaz |
---|---|
date | Wed, 14 Mar 2007 08:58:24 -0700 |
parents | fbf1f593b0c6 |
children | bad7c89d7ba0 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Mar 14 07:50:31 2007 -0700 +++ b/ChangeLog Wed Mar 14 08:58:24 2007 -0700 @@ -1,3 +1,12 @@ +2007-03-14 14:50:31 +0000 Giacomo Lozito <james@develia.org> + revision [1810] + statusicon: added a open-file item in the small right-click menu + trunk/src/statusicon/si.c | 4 ++++ + trunk/src/statusicon/si_audacious.h | 1 + + trunk/src/statusicon/si_ui.c | 12 +++++++++++- + 3 files changed, 16 insertions(+), 1 deletion(-) + + 2007-03-14 14:44:00 +0000 Giacomo Lozito <james@develia.org> revision [1808] statusicon 0.3: alternative right-click menu with simple playback control commands
--- a/configure.ac Wed Mar 14 07:50:31 2007 -0700 +++ b/configure.ac Wed Mar 14 08:58:24 2007 -0700 @@ -349,7 +349,7 @@ PKG_CHECK_MODULES(GDKX11,[gdk-x11-2.0 >= 2.6.0],,[have_statusicon="no"]) else AC_MSG_RESULT([*** X11 Status Icon plugin disabled per user request ***]) - have_statusicon="yes" + have_statusicon="no" fi if test "x$have_statusicon" = "xyes"; then