filename | src/gtkui/gtk_win.c |
changeset | 889:5baaea6d9722 |
prev | 887:8b3ee741c9d7 |
next | 986:5090104b0963 |
author | nkeynes |
date | Mon Oct 20 06:19:07 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Remove run button disabling, instead print an error when attempting to run in an unrunnable situation and stop. |
file | annotate | diff | log | raw |
1.1 --- a/src/gtkui/gtk_win.c Mon Oct 20 06:11:10 2008 +00001.2 +++ b/src/gtkui/gtk_win.c Mon Oct 20 06:19:07 2008 +00001.3 @@ -357,7 +357,7 @@1.4 {1.5 const char *text = running ? _("Running") : _("Stopped");1.6 gtk_gui_enable_action( "Pause", running );1.7 - gtk_gui_enable_action( "Run", !running && dreamcast_can_run() );1.8 + gtk_gui_enable_action( "Run", !running );1.9 main_window_set_status_text( win, text );1.10 }
.