Search
lxdream.org :: lxdream/src/gtkui/gtkcb.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtkcb.c
changeset 669:ab344e42bca9
prev630:50addb748df5
next671:a530ea88eebd
author nkeynes
date Mon May 12 10:00:13 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Cleanup most of the -Wall warnings (getting a bit sloppy...)
Convert FP code to use fixed banks rather than indirect pointer
(3-4% faster this way now)
file annotate diff log raw
1.1 --- a/src/gtkui/gtkcb.c Tue Feb 12 08:36:29 2008 +0000
1.2 +++ b/src/gtkui/gtkcb.c Mon May 12 10:00:13 2008 +0000
1.3 @@ -135,7 +135,7 @@
1.4 GtkWidget *file, *preview, *frame, *align;
1.5 GtkRequisition size;
1.6 const gchar *dir = lxdream_get_config_value(CONFIG_SAVE_PATH);
1.7 - const gchar *path = get_absolute_path(dir);
1.8 + gchar *path = get_absolute_path(dir);
1.9 file = gtk_file_chooser_dialog_new( _("Load state..."), NULL,
1.10 GTK_FILE_CHOOSER_ACTION_OPEN,
1.11 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
.