Bug 539363 – Segfault when creating GtkPlugs

2008-06-21  Björn Lindqvist  <bjourne@gmail.com>

	Bug 539363 – Segfault when creating GtkPlugs

	* gtk/gtkplug.c (gtk_plug_class_init): Spaces not allowed in
	property names. "socket window" => "socket-window"

svn path=/trunk/; revision=20661
This commit is contained in:
Björn Lindqvist 2008-06-21 01:03:25 +00:00 committed by Björn Lindqvist
parent 87caf0d3ae
commit 743eebc1a5
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2008-06-21 Björn Lindqvist <bjourne@gmail.com>
Bug 539363 Segfault when creating GtkPlugs
* gtk/gtkplug.c (gtk_plug_class_init): Spaces not allowed in
property names. "socket window" => "socket-window"
2008-06-20 Jody Goldberg <jody@gnome.org>
* gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog) :

View File

@ -161,7 +161,7 @@ gtk_plug_class_init (GtkPlugClass *class)
*/
g_object_class_install_property (gobject_class,
PROP_SOCKET_WINDOW,
g_param_spec_object ("socket window",
g_param_spec_object ("socket-window",
P_("Socket Window"),
P_("The window of the socket the plug is embedded in"),
GDK_TYPE_WINDOW,