mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Use canonical property names
svn path=/trunk/; revision=17230
This commit is contained in:
parent
85832deef3
commit
7f7900acea
@ -1,3 +1,8 @@
|
||||
2007-01-28 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkaction.c (gtk_action_new): Use canonical
|
||||
property names.
|
||||
|
||||
2007-01-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtknotebook.c (gtk_notebook_draw_arrow):
|
||||
|
@ -405,7 +405,7 @@ gtk_action_new (const gchar *name,
|
||||
"name", name,
|
||||
"label", label,
|
||||
"tooltip", tooltip,
|
||||
"stock_id", stock_id,
|
||||
"stock-id", stock_id,
|
||||
NULL);
|
||||
|
||||
return action;
|
||||
|
Loading…
Reference in New Issue
Block a user