2008-11-05 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c:
Fix build with GTK+ < 2.14
svn path=/trunk/; revision=3257
+2008-11-05 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/ev-window.c:
+
+ Fix build with GTK+ < 2.14
+
2008-11-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
More renames of warning to mdvi_warning in follow up to the
fix of the bug #553369. Fix for the bug #559257 by
Tuxce <tuxce.net@gmail.com>.
-
+
2008-11-04 Carlos Garcia Campos <carlosgc@gnome.org>
* NEWS:
#include <glib/gi18n.h>
#include <gio/gio.h>
#include <gtk/gtk.h>
+#if GTK_CHECK_VERSION (2, 14, 0)
#include <gtk/gtkunixprint.h>
+#else
+#include <gtk/gtkprintunixdialog.h>
+#endif
#include <gconf/gconf-client.h>
#include "egg-editable-toolbar.h"