summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Camp <campd@oit.edu>2000-01-26 01:01:04 +0000
committerDave Camp <campd@src.gnome.org>2000-01-26 01:01:04 +0000
commit7fd367ceec526f354f6981f21954dbd88841ef45 (patch)
tree9d062c6dc77522af197c048f8db4ceb063cafb20
parent9c88813e1c1c0862aab6cdbd1f1179b84df55f00 (diff)
downloadgnome-common-7fd367ceec526f354f6981f21954dbd88841ef45.tar.gz
Check for bonobo_object_get_type() rather than gnome_object_get_type().
2000-01-26 Dave Camp <campd@oit.edu> * gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather than gnome_object_get_type(). svn path=/trunk/; revision=1075
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-bonobo-check.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index ec32da4..b62a2f9 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+2000-01-26 Dave Camp <campd@oit.edu>
+
+ * gnome-bonobo-check.m4: Check for bonobo_object_get_type() rather
+ than gnome_object_get_type().
+
2000-01-23 Peter Teichman <peter@helixcode.com>
* gnome-pilot.m4: i broke the version-checking macro for other
diff --git a/macros/gnome-bonobo-check.m4 b/macros/gnome-bonobo-check.m4
index 65e272c..730012f 100644
--- a/macros/gnome-bonobo-check.m4
+++ b/macros/gnome-bonobo-check.m4
@@ -88,7 +88,7 @@ int main ()
char *tmp_version;
system ("touch conf.bonobotest");
- gnome_object_get_type ();
+ bonobo_object_get_type ();
return 0;
}