From b4f3c5fd408a6923c3ad99d61a5cd4e114664a85 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 12 Apr 2008 01:41:53 +0000 Subject: compat_macros.h is gone now!!! all GTK1 compatibility code was removed, so this file can simply be dropped svn path=/trunk/; revision=24923 --- gtk/simple_dialog.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gtk/simple_dialog.c') diff --git a/gtk/simple_dialog.c b/gtk/simple_dialog.c index 1fe5767b83..df9955d5f4 100644 --- a/gtk/simple_dialog.c +++ b/gtk/simple_dialog.c @@ -34,7 +34,6 @@ #include "simple_dialog.h" #include "dlg_utils.h" #include "gui_utils.h" -#include "compat_macros.h" #include "stock_icons.h" #include @@ -402,12 +401,12 @@ gboolean simple_dialog_check_get(gpointer dialog) { char * simple_dialog_primary_start(void) { - return PRIMARY_TEXT_START; + return ""; } char * simple_dialog_primary_end(void) { - return PRIMARY_TEXT_END; + return ""; } char * -- cgit v1.2.1