s/__FUNCTION__/G_GNUC_FUNCTION/ ditto ditto ditto change "test $x == y" to

2002-01-28  Laszlo Peter  <laca@ireland.sun.com>

	* archiver/location.c: s/__FUNCTION__/G_GNUC_FUNCTION/
	* capplets/common/capplet-util.c: ditto
	* capplets/common/capplet-util.h: ditto
	* libbackground/preferences.c: ditto
	* applets/common/wrapper-script.in: change "test $x == y" to
	  "test $x = y" for portability
This commit is contained in:
Laszlo Peter 2002-01-28 19:55:29 +00:00 committed by László PÉTER
parent 66fa37fc6e
commit a02d04c48b
6 changed files with 17 additions and 8 deletions

View file

@ -101,7 +101,7 @@ create_control_cb (BonoboGenericFactory *factory, const gchar *component_id)
static const gchar *prefix1 = "OAFIID:Bonobo_Control_Capplet_";
g_message ("%s: Enter", __FUNCTION__);
g_message ("%s: Enter", G_GNUC_FUNCTION);
if (!strncmp (component_id, prefix1, strlen (prefix1))) {
property_control = bonobo_property_control_new