From b96e8eb13a9eb9331b5ffb0f5653ad0215a6736c Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Tue, 26 Feb 2013 20:12:57 +0000 Subject: rm gdk-compat.h; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83177 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- gui/DebugMemory.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'gui/DebugMemory.c') 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(); -- cgit v1.2.3