[eog-plugins] Make eog-plugins compile with -DGSEAL_ENABLE. Fixes bug 612692
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] Make eog-plugins compile with -DGSEAL_ENABLE. Fixes bug 612692
- Date: Mon, 15 Mar 2010 10:34:15 +0000 (UTC)
commit 4c43c5418b360b837acd54e97a931648d238b05f
Author: Andre Klapper <a9016009 gmx de>
Date: Mon Mar 15 11:34:06 2010 +0100
Make eog-plugins compile with -DGSEAL_ENABLE. Fixes bug 612692
configure.ac | 2 +-
plugins/exif-display/eog-exif-display-plugin.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b071530..2538ede 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
PKG_CHECK_MODULES([EOG], [
glib-2.0 >= 2.12.0
- gtk+-2.0 >= 2.12.0
+ gtk+-2.0 >= 2.19.7
eog >= 2.19.0
])
AC_SUBST(EOG_LIBS)
diff --git a/plugins/exif-display/eog-exif-display-plugin.c b/plugins/exif-display/eog-exif-display-plugin.c
index 28646a4..74ea3b4 100644
--- a/plugins/exif-display/eog-exif-display-plugin.c
+++ b/plugins/exif-display/eog-exif-display-plugin.c
@@ -443,7 +443,7 @@ drawing_area_expose (GtkDrawingArea *drawing_area, GdkEventExpose *event,
int scale_factor_y;
GtkStyle *gtk_style;
- if (!GTK_WIDGET_REALIZED (GTK_WIDGET (drawing_area)))
+ if (!gtk_widget_get_realized (GTK_WIDGET (drawing_area)))
return;
draw_channels_histogram = read_gconf_bool_setting (
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]