diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-29 09:53:03 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-29 09:53:03 +0000 |
| commit | 26144025a450ab2adf200e751ace02ff3dd6f565 (patch) | |
| tree | 1b1dc0223c32017c3d985f840f57e4587284463d /gui | |
| parent | 8f670bd1cb89e1e867b6e86208d670489f905429 (diff) | |
| download | pcsxr-26144025a450ab2adf200e751ace02ff3dd6f565.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@33750 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/Gtk2Gui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/Gtk2Gui.c b/gui/Gtk2Gui.c index 1397abbd..0ae4ccc7 100644 --- a/gui/Gtk2Gui.c +++ b/gui/Gtk2Gui.c @@ -1194,7 +1194,7 @@ void UpdateMcdDlg(GtkWidget *widget) { void OnMcd_Clicked (GtkDialog *dialog, gint arg1, gpointer user_data) { GladeXML *xml = user_data; - if (arg1 == GTK_RESPONSE_CLOSE) { + if (arg1 == GTK_RESPONSE_OK) { gchar *tmp; GtkWidget *widget; @@ -1731,7 +1731,7 @@ static void OnCpu_CpuClicked (GtkWidget *widget, gpointer user_data) { } void OnCpu_Clicked (GtkDialog *dialog, gint arg1, gpointer user_data) { - if (arg1 == GTK_RESPONSE_CLOSE) { + if (arg1 == GTK_RESPONSE_OK) { GtkWidget *widget; GladeXML *xml = user_data; int tmp; |
