Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 77129
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +11 lines)
Line  Link Here
0
-- src/fileactiondialog.gob        17 Jun 2004 20:42:55 -0000      1.2
0
++ src/fileactiondialog.gob        8 Oct 2004 11:57:46 -0000
Lines 51-63 Link Here
51
    private const gchar *fname;
51
    private const gchar *fname;
52
52
53
    private GdkPixbuf *icon = { gnomebt_icon (); }
53
    private GdkPixbuf *icon = { gnomebt_icon (); }
54
        destroywith gdk_pixbuf_unref;
54
	destroywith g_object_unref;
55
55
	
56
    private GdkPixbuf *mimeicon = { NULL; }
56
    private GdkPixbuf *mimeicon = { NULL; }
57
        destroywith gdk_pixbuf_unref;
57
	destroywith g_object_unref;
58
58
59
	private GnomeVFSFileInfo *vfsinf = { NULL; }
59
    private GnomeVFSFileInfo *vfsinf = { NULL; }
60
        destroywith gnome_vfs_file_info_unref;
60
        destroy {
61
		gnome_vfs_file_info_unref (vfsinf);
62
		vfsinf = NULL;
63
	};
61
64
62
    private gchar *uri = { NULL; }
65
    private gchar *uri = { NULL; }
63
        destroywith g_free;
66
        destroywith g_free;
64
-- src/permissiondialog.gob        17 Jun 2004 20:42:55 -0000      1.7
67
++ src/permissiondialog.gob        29 Jul 2004 17:13:39 -0000      1.8
Lines 43-49 Link Here
43
    private GtkWidget *rememberbutton;
43
    private GtkWidget *rememberbutton;
44
    private GdkPixbuf *icon = { gnomebt_icon (); }
44
    private GdkPixbuf *icon = { gnomebt_icon (); }
45
        destroywith gdk_pixbuf_unref;
45
        destroywith g_object_unref;
46
    private gboolean remember = FALSE;
46
    private gboolean remember = FALSE;

Return to bug 77129