Mercurial > gftp.yaz
diff src/gtk/delete_dialog.c @ 45:311e29c40ed6
2002-10-31 Brian Masney <masneyb@gftp.org>
* src/gtk/*.[ch] - don't check for gtk+ version based on the minor
version. May cause problems later on.
* lib/protocols.c src/gtk/bookmarks.c src/gtk/misc-gtk.c - use UTF8
functions for user data when using glib 2.0
author | masneyb |
---|---|
date | Thu, 31 Oct 2002 23:55:17 +0000 |
parents | cd169e4789df |
children | eec25f215772 |
line wrap: on
line diff
--- a/src/gtk/delete_dialog.c Wed Oct 30 22:56:30 2002 +0000 +++ b/src/gtk/delete_dialog.c Thu Oct 31 23:55:17 2002 +0000 @@ -81,7 +81,7 @@ while (transfer->fromreq->stopable) { GDK_THREADS_LEAVE (); -#if GTK_MAJOR_VERSION == 1 && GTK_MINOR_VERSION == 2 +#if GTK_MAJOR_VERSION == 1 g_main_iteration (TRUE); #else g_main_context_iteration (NULL, TRUE); @@ -153,7 +153,7 @@ while (transfer->fromreq->stopable) { GDK_THREADS_LEAVE (); -#if GTK_MAJOR_VERSION == 1 && GTK_MINOR_VERSION == 2 +#if GTK_MAJOR_VERSION == 1 g_main_iteration (TRUE); #else g_main_context_iteration (NULL, TRUE);