Mercurial > audlegacy
changeset 2806:0646111a7217 trunk
[svn] - add default value for close_jtf_dialog.
author | yaz |
---|---|
date | Fri, 25 May 2007 11:38:54 -0700 |
parents | 6295535fbf49 |
children | 26755684c0dc |
files | ChangeLog src/audacious/build_stamp.c src/audacious/main.c |
diffstat | 3 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri May 25 11:18:58 2007 -0700 +++ b/ChangeLog Fri May 25 11:38:54 2007 -0700 @@ -1,3 +1,13 @@ +2007-05-25 18:18:58 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> + revision [4636] + - add toggle button to keep jtf dialog opened on jump. + + trunk/src/audacious/main.c | 1 + + trunk/src/audacious/main.h | 1 + + trunk/src/audacious/ui_jumptotrack.c | 24 ++++++++++++++++++++++-- + 3 files changed, 24 insertions(+), 2 deletions(-) + + 2007-05-25 08:35:44 +0000 Yoshiki Yazawa <yaz@cc.rim.or.jp> revision [4634] - temporal fix for crash in compare_func().
--- a/src/audacious/build_stamp.c Fri May 25 11:18:58 2007 -0700 +++ b/src/audacious/build_stamp.c Fri May 25 11:38:54 2007 -0700 @@ -1,2 +1,2 @@ #include <glib.h> -const gchar *svn_stamp = "20070525-4634"; +const gchar *svn_stamp = "20070525-4636";
--- a/src/audacious/main.c Fri May 25 11:18:58 2007 -0700 +++ b/src/audacious/main.c Fri May 25 11:38:54 2007 -0700 @@ -219,6 +219,7 @@ 255, 255, 255, /* colorize r, g, b */ FALSE, /* internal: whether or not to terminate */ TRUE, /* whether show progress bar in filepopup or not */ + TRUE, /* close jtf dialog on jump */ }; typedef struct bmp_cfg_boolent_t {