summaryrefslogtreecommitdiff
path: root/gui/Gtk2Gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/Gtk2Gui.c')
-rw-r--r--gui/Gtk2Gui.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/Gtk2Gui.c b/gui/Gtk2Gui.c
index 535e42c0..0dff71e8 100644
--- a/gui/Gtk2Gui.c
+++ b/gui/Gtk2Gui.c
@@ -436,7 +436,7 @@ void OnFile_RunExe() {
SetIsoFile(NULL);
LoadPlugins();
- NetOpened = 0;
+ NetOpened = FALSE;
if (OpenPlugins() == -1) {
g_free(file);
@@ -469,7 +469,7 @@ void OnFile_RunCd() {
SetIsoFile(NULL);
LoadPlugins();
- NetOpened = 0;
+ NetOpened = FALSE;
if (OpenPlugins() == -1) {
SysRunGui();
@@ -511,7 +511,7 @@ void OnFile_RunBios() {
SetIsoFile(NULL);
LoadPlugins();
- NetOpened = 0;
+ NetOpened = FALSE;
if (OpenPlugins() == -1) {
SysRunGui();
@@ -594,7 +594,7 @@ void OnFile_RunImage() {
g_free(filename);
LoadPlugins();
- NetOpened = 0;
+ NetOpened = FALSE;
if (OpenPlugins() == -1) {
SysRunGui();