Use gdk_atom_intern_static_string() where appropriate.

* gtk/*.c:  Use gdk_atom_intern_static_string() where
	appropriate.
This commit is contained in:
Matthias Clasen
2005-09-11 05:48:27 +00:00
parent d715dcaf40
commit af89d145f7
20 changed files with 86 additions and 98 deletions

View File

@ -1150,7 +1150,7 @@ ensure_valid_themes (GtkIconTheme *icon_theme)
int i;
if (!atom_iconthemes)
atom_iconthemes = gdk_atom_intern ("_GTK_LOAD_ICONTHEMES", FALSE);
atom_iconthemes = gdk_atom_intern_static_string ("_GTK_LOAD_ICONTHEMES");
for (i = 0; i < 5; i++)
event->client.data.l[i] = 0;