summaryrefslogtreecommitdiff
path: root/gui/DebugMemory.c
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-26 20:12:57 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-26 20:12:57 +0000
commitb96e8eb13a9eb9331b5ffb0f5653ad0215a6736c (patch)
treed11da1a07e6aab84faa5e64c19e2324ab580a5b2 /gui/DebugMemory.c
parent274576f0015b79aaeb9ebf41d9bf3ce91be62d82 (diff)
downloadpcsxr-b96e8eb13a9eb9331b5ffb0f5653ad0215a6736c.tar.gz
rm gdk-compat.h;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83177 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/DebugMemory.c')
-rwxr-xr-xgui/DebugMemory.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/DebugMemory.c b/gui/DebugMemory.c
index 61739978..9aac8a98 100755
--- a/gui/DebugMemory.c
+++ b/gui/DebugMemory.c
@@ -310,11 +310,9 @@ void RunDebugMemoryDialog() {
pfd = pango_font_description_from_string("Bitstream Vera Sans Mono, "
"DejaVu Sans Mono, Liberation Mono, FreeMono, Sans Mono 9");
-#if GTK_CHECK_VERSION(3, 0, 0)
+
gtk_widget_override_font(widget, pfd);
-#else
- gtk_widget_modify_font(widget, pfd);
-#endif
+
pango_font_description_free(pfd);
UpdateMemViewDlg();