forked from AuroraMiddleware/gtk
Fixes #134051.
2004-02-11 Federico Mena Quintero <federico@ximian.com> Fixes #134051. * gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field. (icon_info_new): Don't initialize the ref_count field.
This commit is contained in:
parent
eb1c785d4f
commit
ffbd6220fe
@ -1,3 +1,10 @@
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fixes #134051.
|
||||
|
||||
* gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
|
||||
(icon_info_new): Don't initialize the ref_count field.
|
||||
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fixes #134051.
|
||||
|
||||
* gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
|
||||
(icon_info_new): Don't initialize the ref_count field.
|
||||
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fixes #134051.
|
||||
|
||||
* gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
|
||||
(icon_info_new): Don't initialize the ref_count field.
|
||||
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fixes #134051.
|
||||
|
||||
* gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
|
||||
(icon_info_new): Don't initialize the ref_count field.
|
||||
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fixes #134051.
|
||||
|
||||
* gtk/gtkicontheme.c (struct _GtkIconInfo): Remove the ref_count field.
|
||||
(icon_info_new): Don't initialize the ref_count field.
|
||||
|
||||
2004-02-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkicontheme.c (gtk_icon_theme_prepend_search_path): Shift
|
||||
|
@ -95,8 +95,6 @@ struct _GtkIconThemePrivate
|
||||
|
||||
struct _GtkIconInfo
|
||||
{
|
||||
guint ref_count;
|
||||
|
||||
/* Information about the source
|
||||
*/
|
||||
gchar *filename;
|
||||
@ -1967,7 +1965,6 @@ icon_info_new (void)
|
||||
{
|
||||
GtkIconInfo *icon_info = g_new0 (GtkIconInfo, 1);
|
||||
|
||||
icon_info->ref_count = 1;
|
||||
icon_info->scale = -1.;
|
||||
|
||||
return icon_info;
|
||||
|
Loading…
Reference in New Issue
Block a user