filename | src/gtkui/gtk_path.c |
changeset | 1041:5fcc39857c5c |
prev | 1036:af7b0c5905dd |
next | 1065:bc1cc0c54917 |
author | nkeynes |
date | Fri Jun 26 05:47:04 2009 +0000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Refactor path operations into lxpaths.[ch] |
file | annotate | diff | log | raw |
1.1 --- a/src/gtkui/gtk_path.c Wed Jun 24 06:06:40 2009 +00001.2 +++ b/src/gtkui/gtk_path.c Fri Jun 26 05:47:04 2009 +00001.3 @@ -23,6 +23,7 @@1.4 #include "lxdream.h"1.5 #include "dreamcast.h"1.6 #include "config.h"1.7 +#include "lxpaths.h"1.8 #include "gtkui/gtkui.h"1.10 static GtkWidget *path_entry[CONFIG_KEY_MAX];1.11 @@ -119,7 +120,6 @@1.13 lxdream_save_config();1.14 dreamcast_config_changed();1.15 - gui_config_paths_changed();1.16 gtk_gui_update();1.17 }1.18 }
.