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+.
This commit is contained in:

committed by
Martin Baulig

parent
4d72175087
commit
d0893cc5dd
@ -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>
|
Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
||||||
|
@ -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>
|
Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
||||||
|
@ -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>
|
Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
||||||
|
@ -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>
|
Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
||||||
|
@ -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>
|
Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
||||||
|
@ -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>
|
Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
||||||
|
@ -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>
|
Mon Jul 31 18:37:36 2000 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
* gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
|
||||||
|
@ -450,7 +450,7 @@ gtk_init_check (int *argc,
|
|||||||
|
|
||||||
#ifndef G_OS_WIN32
|
#ifndef G_OS_WIN32
|
||||||
/* No use warning on Win32, there aren't any non-devel versions anyhow... */
|
/* 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"
|
" UNDER HEAVY DEVELOPMENT AND FREQUENTLY INTRODUCES INSTABILITIES.\n"
|
||||||
" if you don't know why you are getting this, you probably want to\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"
|
" use the stable branch which can be retrived from\n"
|
||||||
|
Reference in New Issue
Block a user