forked from AuroraMiddleware/gtk
Use g_quark_from_static_string where possible
svn path=/trunk/; revision=21146
This commit is contained in:
parent
828715fa3b
commit
50e94e86a0
@ -1,3 +1,11 @@
|
||||
2008-08-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtksizegroup.c: Use g_quark_from_static_string() where possible.
|
||||
|
||||
2008-08-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* NEWS: Updates
|
||||
|
||||
2008-08-16 Torsten Schoenfeld <kaffeetisch@gmx.de>
|
||||
|
||||
* gdk/gdkwindow.c: Fix small issues in the documentation of
|
||||
|
@ -275,7 +275,7 @@ initialize_size_group_quarks (void)
|
||||
if (!size_groups_quark)
|
||||
{
|
||||
size_groups_quark = g_quark_from_static_string (size_groups_tag);
|
||||
visited_quark = g_quark_from_string (visited_tag);
|
||||
visited_quark = g_quark_from_static_string (visited_tag);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user