From bcb6720d6ef761d71a4ac30438f4b1ab39ef3c41 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 3 Mar 2001 18:39:33 +0000 Subject: Remove spurious const. Sat Mar 3 13:32:47 2001 Owen Taylor * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious const. * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path. * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there is no focus widget for the dialog currently, grab the focus as well as the default. * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get the action area's children to iterate through, not the dialog's children. --- gdk-pixbuf-2.0.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk-pixbuf-2.0.pc.in') diff --git a/gdk-pixbuf-2.0.pc.in b/gdk-pixbuf-2.0.pc.in index 96afc3d31..bc22fd3d1 100644 --- a/gdk-pixbuf-2.0.pc.in +++ b/gdk-pixbuf-2.0.pc.in @@ -8,4 +8,4 @@ Description: Image loading and scaling Version: @VERSION@ Requires: gobject-2.0,gmodule-2.0 Libs: -L${libdir} -lgdk_pixbuf-1.3 @INTLLIBS@ @MATH_LIB@ -Cflags: -I${includedir} +Cflags: -I${includedir}/gtk-2.0. -- cgit v1.2.1