diff options
author | Martin Baulig <baulig@suse.de> | 2000-08-01 10:06:53 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-08-01 10:06:53 +0000 |
commit | d0893cc5dd8bf29995e597f90d5a2873b1167c61 (patch) | |
tree | 803731b32163cb2c5627224421430620f1e5b9c0 | |
parent | 4d721750872187fdba7bc580d2974cd2436ca742 (diff) | |
download | gtk+-d0893cc5dd8bf29995e597f90d5a2873b1167c61.tar.gz |
Use g_message() and not g_warning() to display the message that this is a
2000-08-01 Martin Baulig <baulig@suse.de>
* gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
to display the message that this is a development version of GTK+.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | gtk/gtkmain.c | 2 |
8 files changed, 36 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig <baulig@suse.de> + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig <baulig@suse.de> + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig <baulig@suse.de> + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig <baulig@suse.de> + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig <baulig@suse.de> + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig <baulig@suse.de> + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index c4d03bb230..8f0be3ee27 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2000-08-01 Martin Baulig <baulig@suse.de> + + * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning() + to display the message that this is a development version of GTK+. + Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index a149c9df0f..ae728c81e1 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -450,7 +450,7 @@ gtk_init_check (int *argc, #ifndef G_OS_WIN32 /* No use warning on Win32, there aren't any non-devel versions anyhow... */ - g_warning ("" "YOU ARE USING THE DEVEL BRANCH 1.3.x OF GTK+ WHICH IS CURRENTLY\n" + g_message ("" "YOU ARE USING THE DEVEL BRANCH 1.3.x OF GTK+ WHICH IS CURRENTLY\n" " UNDER HEAVY DEVELOPMENT AND FREQUENTLY INTRODUCES INSTABILITIES.\n" " if you don't know why you are getting this, you probably want to\n" " use the stable branch which can be retrived from\n" |