try to fix #if !GTK_CHECK_VERSION

svn path=/trunk/; revision=24825
This commit is contained in:
Ulf Lamping 2008-04-07 01:14:00 +00:00
parent 49ad47d477
commit 0a381cca29
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
static gchar *last_open_dir = NULL;
static gboolean updated_last_open_dir = FALSE;
#if GTK_CHECK_VERSION(2,4,0)
#if !GTK_CHECK_VERSION(2,4,0)
static void file_selection_browse_ok_cb(GtkWidget *w, gpointer data);
#endif
static void file_selection_browse_destroy_cb(GtkWidget *win, GtkWidget* file_te);
@ -264,7 +264,7 @@ file_selection_browse(GtkWidget *file_bt, GtkWidget *file_te, const char *label,
}
#if GTK_CHECK_VERSION(2,4,0)
#if !GTK_CHECK_VERSION(2,4,0)
static void
file_selection_browse_ok_cb(GtkWidget *w _U_, gpointer data)
{