Skip to content

Commit 1dc5307

Browse files
authored
Merge pull request gkngkc#47 from RicardoEPRodrigues/master
Fixes gkngkc#45
2 parents 8cec421 + 65f55d9 commit 1dc5307

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Binary file not shown.
57.2 KB
Binary file not shown.

Plugins/Linux/StandaloneFileBrowser/library.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GTKOpenPanel(const char* title, const char* directory, const char* extensions, b
127127
strcpy(filename, name);
128128
g_free(name);
129129
}
130-
} else if (res == GTK_RESPONSE_CANCEL) {
130+
} else { // if (res == GTK_RESPONSE_CANCEL) {
131131
filename = malloc(sizeof(char));
132132
filename[0] = '\0';
133133
}

0 commit comments

Comments
 (0)