mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
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:
parent
87caf0d3ae
commit
743eebc1a5
@ -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>
|
2008-06-20 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
* gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog) :
|
* gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog) :
|
||||||
|
@ -161,7 +161,7 @@ gtk_plug_class_init (GtkPlugClass *class)
|
|||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_SOCKET_WINDOW,
|
PROP_SOCKET_WINDOW,
|
||||||
g_param_spec_object ("socket window",
|
g_param_spec_object ("socket-window",
|
||||||
P_("Socket Window"),
|
P_("Socket Window"),
|
||||||
P_("The window of the socket the plug is embedded in"),
|
P_("The window of the socket the plug is embedded in"),
|
||||||
GDK_TYPE_WINDOW,
|
GDK_TYPE_WINDOW,
|
||||||
|
Loading…
Reference in New Issue
Block a user