fix for some really fucking annoying stupid-ass crap



we don't have to be so obnoxious.

please commit this.

jacob
-- 
Index: libgnome/gnome-preferences.c
===================================================================
RCS file: /cvs/gnome/libgnome/libgnome/gnome-preferences.c,v
retrieving revision 1.8
diff -u -r1.8 gnome-preferences.c
--- libgnome/libgnome/gnome-preferences.c	2001/10/18 00:45:39	1.8
+++ libgnome/libgnome/gnome-preferences.c	2001/10/19 20:57:44
@@ -27,17 +27,7 @@
 static void
 do_warning (void)
 {
-	static gboolean slept = FALSE;
-	g_warning ("*************************************");
-	g_warning ("gnome_preferences_* are being used in");
-	g_warning ("this program, these will disappear soon!");
-	g_warning ("Please fix your code!!!!!!!!!!!!!!!!!");
-	g_warning ("*************************************");
-	if ( ! slept) {
-		g_warning ("Sleeping 2 seconds to annoy lazy developers");
-		sleep (2);
-	}
-	slept = TRUE;
+	g_warning ("gnome_preferences_* are deprecated and will be removed before GNOME 2.0.\n");
 }
 
 #define DEFINE_DESKTOP_PROP_BOOLEAN(c_name, prop_name)  \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]