35bba8a275
- use gtk_clist_set_column_title to set clist column titles when possible so that they get the alignment of the column. - Backport code that cleans up widget hash table in the GladeXML object on widget destruction. This means that glade_xml_get_widget() should always return a valid widget or NULL. - Move headers to a a libglade-1.0/ subdirectory. This is to allow parallel installation of stable and development versions of libglade. Libraries depending on libglade will probably need to be rebuilt so that their *-config scripts contain the correct CPP flags. - update shared library number
13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
$OpenBSD: patch-glade_Makefile_in,v 1.1 2001/11/14 21:08:45 wilfried Exp $
|
|
--- glade/Makefile.in.orig Fri Sep 7 05:01:15 2001
|
|
+++ glade/Makefile.in Wed Nov 14 21:41:04 2001
|
|
@@ -138,7 +138,7 @@ cxxflags_set = @cxxflags_set@
|
|
install_sh = @install_sh@
|
|
l = @l@
|
|
|
|
-LTVERSION = 4:2:4
|
|
+LTVERSION = 5:0
|
|
|
|
INCLUDES = -I$(srcdir)/.. $(XML_CFLAGS) $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) \
|
|
$(BONOBO_CFLAGS) $(GNOMEDB_CFLAGS)
|