Mercurial > audlegacy
changeset 118:d00b5fd0cf1d trunk
[svn] Updates :)
author | nenolod |
---|---|
date | Thu, 03 Nov 2005 21:53:02 -0800 |
parents | e9d61d327c30 |
children | ba761ed802ab |
files | Plugins/General/song_change/song_change.c config.h.in |
diffstat | 2 files changed, 2 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/General/song_change/song_change.c Thu Nov 03 21:46:14 2005 -0800 +++ b/Plugins/General/song_change/song_change.c Thu Nov 03 21:53:02 2005 -0800 @@ -135,7 +135,7 @@ GtkWidget *warn_win, *warn_vbox, *warn_desc; GtkWidget *warn_bbox, *warn_yes, *warn_no; - warn_win = gtk_window_new(GTK_WINDOW_DIALOG); + warn_win = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_title(GTK_WINDOW(warn_win), _("Warning")); gtk_window_set_transient_for(GTK_WINDOW(warn_win), GTK_WINDOW(configure_win)); @@ -228,7 +228,7 @@ read_config(); - configure_win = gtk_window_new(GTK_WINDOW_DIALOG); + configure_win = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_signal_connect(GTK_OBJECT(configure_win), "destroy", GTK_SIGNAL_FUNC(gtk_widget_destroyed), &configure_win);
--- a/config.h.in Thu Nov 03 21:46:14 2005 -0800 +++ b/config.h.in Thu Nov 03 21:53:02 2005 -0800 @@ -55,14 +55,6 @@ /* Define to 1 if you have the `asprintf' function. */ #undef HAVE_ASPRINTF -/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the - CoreFoundation framework. */ -#undef HAVE_CFLOCALECOPYCURRENT - -/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in - the CoreFoundation framework. */ -#undef HAVE_CFPREFERENCESCOPYAPPVALUE - /* Define if the GNU dcgettext() function is already present or preinstalled. */ #undef HAVE_DCGETTEXT