mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Remove the scary startup warning.
Tue Jan 29 14:47:54 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.c (gtk_init_check): Remove the scary startup warning.
This commit is contained in:
parent
854372b9be
commit
b2388ec7b4
@ -1,3 +1,8 @@
|
||||
Tue Jan 29 14:47:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c (gtk_init_check): Remove the scary startup
|
||||
warning.
|
||||
|
||||
Tue Jan 29 14:24:49 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 29 14:47:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c (gtk_init_check): Remove the scary startup
|
||||
warning.
|
||||
|
||||
Tue Jan 29 14:24:49 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 29 14:47:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c (gtk_init_check): Remove the scary startup
|
||||
warning.
|
||||
|
||||
Tue Jan 29 14:24:49 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 29 14:47:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c (gtk_init_check): Remove the scary startup
|
||||
warning.
|
||||
|
||||
Tue Jan 29 14:24:49 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 29 14:47:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c (gtk_init_check): Remove the scary startup
|
||||
warning.
|
||||
|
||||
Tue Jan 29 14:24:49 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 29 14:47:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c (gtk_init_check): Remove the scary startup
|
||||
warning.
|
||||
|
||||
Tue Jan 29 14:24:49 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
|
||||
|
@ -1,3 +1,8 @@
|
||||
Tue Jan 29 14:47:54 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.c (gtk_init_check): Remove the scary startup
|
||||
warning.
|
||||
|
||||
Tue Jan 29 14:24:49 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkwindow.c (gtk_window_class_init): Add <Control>Tab
|
||||
|
@ -652,16 +652,6 @@ gtk_init_check (int *argc,
|
||||
}
|
||||
g_slist_free (gtk_modules);
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
/* No use warning on Win32, there aren't any non-devel versions anyhow... */
|
||||
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 retrieved from\n"
|
||||
" ftp://ftp.gtk.org/pub/gtk/v1.2/ or via CVS with\n"
|
||||
" cvs checkout -r glib-1-2 glib; cvs checkout -r gtk-1-2 gtk+");
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user