From 55311a41fe9ddb782f2f633174c3fa67c79a397b Mon Sep 17 00:00:00 2001 From: Benedikt Meurer Date: Tue, 22 Nov 2005 20:40:14 +0000 Subject: 2005-11-22 Benedikt Meurer * thunar-vfs/*.{c,h}, thunar/*.c, thunarx/*.c: Avoid duplicating static strings if possible. * thunar-vfs/thunar-vfs-scandir.c(thunar_vfs_scandir_collect): Ignore EACCES and EPERM on subdirectories with recursive scanning. * thunar-vfs/thunar-vfs-info.h(ThunarVfsInfo): Compress "type", "mode" and "flags" to reduce memory overhead. (Old svn revision: 18929) --- thunar/thunar-view.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'thunar/thunar-view.c') diff --git a/thunar/thunar-view.c b/thunar/thunar-view.c index db85252f..17e556d5 100644 --- a/thunar/thunar-view.c +++ b/thunar/thunar-view.c @@ -49,10 +49,7 @@ thunar_view_get_type (void) NULL, }; - type = g_type_register_static (G_TYPE_INTERFACE, - "ThunarView", - &info, 0); - + type = g_type_register_static (G_TYPE_INTERFACE, I_("ThunarView"), &info, 0); g_type_interface_add_prerequisite (type, GTK_TYPE_WIDGET); g_type_interface_add_prerequisite (type, THUNAR_TYPE_NAVIGATOR); } -- cgit v1.2.1