Add xgettext:no-c-format comment to to handle '99% of the time. (#60473,

Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
	to handle '99% of the time. (#60473, reported by Christian Rose)

	* gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
	which no longer exists. (#60379, reported by Vitaly Tishkov)
This commit is contained in:
Owen Taylor 2001-09-19 19:51:54 +00:00 committed by Owen Taylor
parent 231bdf07a5
commit 2893ea15a0
9 changed files with 57 additions and 3 deletions

View File

@ -1,3 +1,11 @@
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
to handle '99% of the time. (#60473, reported by Christian Rose)
* gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
which no longer exists. (#60379, reported by Vitaly Tishkov)
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.

View File

@ -1,3 +1,11 @@
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
to handle '99% of the time. (#60473, reported by Christian Rose)
* gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
which no longer exists. (#60379, reported by Vitaly Tishkov)
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.

View File

@ -1,3 +1,11 @@
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
to handle '99% of the time. (#60473, reported by Christian Rose)
* gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
which no longer exists. (#60379, reported by Vitaly Tishkov)
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.

View File

@ -1,3 +1,11 @@
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
to handle '99% of the time. (#60473, reported by Christian Rose)
* gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
which no longer exists. (#60379, reported by Vitaly Tishkov)
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.

View File

@ -1,3 +1,11 @@
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
to handle '99% of the time. (#60473, reported by Christian Rose)
* gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
which no longer exists. (#60379, reported by Vitaly Tishkov)
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.

View File

@ -1,3 +1,11 @@
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
to handle '99% of the time. (#60473, reported by Christian Rose)
* gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
which no longer exists. (#60379, reported by Vitaly Tishkov)
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.

View File

@ -1,3 +1,11 @@
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
to handle '99% of the time. (#60473, reported by Christian Rose)
* gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
which no longer exists. (#60379, reported by Vitaly Tishkov)
Wed Sep 19 11:06:24 2001 Tim Janik <timj@gtk.org>
* Released 1.3.8.

View File

@ -576,9 +576,6 @@ void gtk_widget_set_uposition (GtkWidget *widget,
void gtk_widget_set_usize (GtkWidget *widget,
gint width,
gint height);
void gtk_widget_get_usize (GtkWidget *widget,
gint *width,
gint *height);
#endif
void gtk_widget_set_events (GtkWidget *widget,

View File

@ -379,6 +379,7 @@ gtk_window_class_init (GtkWindowClass *klass)
PROP_ALLOW_SHRINK,
g_param_spec_boolean ("allow_shrink",
_("Allow Shrink"),
/* xgettext:no-c-format */
_("If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea."),
FALSE,
G_PARAM_READWRITE));