[Pkg-xfce-commits] r2868 - desktop/trunk/thunar/debian/patches
corsac at alioth.debian.org
corsac at alioth.debian.org
Sun Mar 1 00:15:15 UTC 2009
Author: corsac
Date: 2009-03-01 00:15:14 +0000 (Sun, 01 Mar 2009)
New Revision: 2868
Modified:
desktop/trunk/thunar/debian/patches/02_thunar-icon-naming-spec-compliance.patch
Log:
more refresh (folder-copy doesn't exist in the spec)
Modified: desktop/trunk/thunar/debian/patches/02_thunar-icon-naming-spec-compliance.patch
===================================================================
--- desktop/trunk/thunar/debian/patches/02_thunar-icon-naming-spec-compliance.patch 2009-02-28 23:34:04 UTC (rev 2867)
+++ desktop/trunk/thunar/debian/patches/02_thunar-icon-naming-spec-compliance.patch 2009-03-01 00:15:14 UTC (rev 2868)
@@ -238,7 +238,7 @@
/* launch the operation */
- thunar_application_launch (application, parent, "stock_folder-copy",
-+ thunar_application_launch (application, parent, "folder-copy",
++ thunar_application_launch (application, parent, "gtk-copy",
_("Copying files..."), thunar_vfs_copy_files,
source_path_list, target_path_list, new_files_closure);
}
@@ -247,7 +247,7 @@
/* collect the target paths and launch the job */
- thunar_application_collect_and_launch (application, parent, "stock_folder-copy",
-+ thunar_application_collect_and_launch (application, parent, "folder-copy",
++ thunar_application_collect_and_launch (application, parent, "gtk-copy",
_("Copying files..."), thunar_vfs_copy_files,
source_path_list, target_path, new_files_closure);
}
@@ -332,7 +332,7 @@
gtk_widget_show (table);
- image = gtk_image_new_from_icon_name ("stock_folder-copy", GTK_ICON_SIZE_BUTTON);
-+ image = gtk_image_new_from_icon_name ("folder-copy", GTK_ICON_SIZE_BUTTON);
++ image = gtk_image_new_from_icon_name ("gtk-copy", GTK_ICON_SIZE_BUTTON);
gtk_misc_set_alignment (GTK_MISC (image), 0.5f, 0.0f);
gtk_misc_set_padding (GTK_MISC (image), 6, 6);
gtk_table_attach (GTK_TABLE (table), image, 0, 1, 0, 1, GTK_FILL, GTK_EXPAND | GTK_FILL, 0, 0);
@@ -345,7 +345,7 @@
static const GdkDragAction dnd_action_items[] = { GDK_ACTION_COPY, GDK_ACTION_MOVE, GDK_ACTION_LINK };
static const gchar *dnd_action_names[] = { N_ ("_Copy here"), N_ ("_Move here"), N_ ("_Link here") };
- static const gchar *dnd_action_icons[] = { "stock_folder-copy", "stock_folder-move", NULL };
-+ static const gchar *dnd_action_icons[] = { "folder-copy", "folder-move", NULL };
++ static const gchar *dnd_action_icons[] = { "gtk-copy", "folder-move", NULL };
ThunarxProviderFactory *factory;
GdkDragAction dnd_action = 0;
More information about the Pkg-xfce-commits
mailing list