50 lines
2.7 KiB
Diff
50 lines
2.7 KiB
Diff
diff -up gedit-2.23.1/plugins/filebrowser/gedit-file-bookmarks-store.c.icon-names gedit-2.23.1/plugins/filebrowser/gedit-file-bookmarks-store.c
|
|
--- gedit-2.23.1/plugins/filebrowser/gedit-file-bookmarks-store.c.icon-names 2008-07-09 23:44:16.000000000 -0400
|
|
+++ gedit-2.23.1/plugins/filebrowser/gedit-file-bookmarks-store.c 2008-07-09 23:46:42.000000000 -0400
|
|
@@ -140,9 +140,9 @@ add_file (GeditFileBookmarksStore * mode
|
|
}
|
|
|
|
if (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_HOME)
|
|
- pixbuf = gedit_file_browser_utils_pixbuf_from_theme ("gnome-fs-home", GTK_ICON_SIZE_MENU);
|
|
+ pixbuf = gedit_file_browser_utils_pixbuf_from_theme ("user-home", GTK_ICON_SIZE_MENU);
|
|
else if (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_DESKTOP)
|
|
- pixbuf = gedit_file_browser_utils_pixbuf_from_theme ("gnome-fs-desktop", GTK_ICON_SIZE_MENU);
|
|
+ pixbuf = gedit_file_browser_utils_pixbuf_from_theme ("user-desktop", GTK_ICON_SIZE_MENU);
|
|
else if (flags & GEDIT_FILE_BOOKMARKS_STORE_IS_ROOT)
|
|
pixbuf = gedit_file_browser_utils_pixbuf_from_theme ("drive-harddisk", GTK_ICON_SIZE_MENU);
|
|
|
|
@@ -348,7 +348,7 @@ add_bookmark (GeditFileBookmarksStore *
|
|
-1);
|
|
|
|
if (!pixbuf) {
|
|
- pixbuf = gedit_file_browser_utils_pixbuf_from_theme ("gnome-fs-directory", GTK_ICON_SIZE_MENU);
|
|
+ pixbuf = gedit_file_browser_utils_pixbuf_from_theme ("folder", GTK_ICON_SIZE_MENU);
|
|
|
|
if (pixbuf) {
|
|
gtk_tree_store_set (GTK_TREE_STORE (model),
|
|
diff -up gedit-2.23.1/plugins/filebrowser/gedit-file-browser-store.c.icon-names gedit-2.23.1/plugins/filebrowser/gedit-file-browser-store.c
|
|
--- gedit-2.23.1/plugins/filebrowser/gedit-file-browser-store.c.icon-names 2008-07-09 23:44:32.000000000 -0400
|
|
+++ gedit-2.23.1/plugins/filebrowser/gedit-file-browser-store.c 2008-07-09 23:47:11.000000000 -0400
|
|
@@ -1995,7 +1995,7 @@ model_add_node_from_dir (GeditFileBrowse
|
|
}
|
|
|
|
if (node->icon == NULL) {
|
|
- node->icon = gedit_file_browser_utils_pixbuf_from_theme ("gnome-fs-directory", GTK_ICON_SIZE_MENU);
|
|
+ node->icon = gedit_file_browser_utils_pixbuf_from_theme ("folder", GTK_ICON_SIZE_MENU);
|
|
}
|
|
|
|
model_add_node (model, node, parent);
|
|
Index: gedit-2.23.1/plugins/filebrowser/gedit-file-browser-plugin.c
|
|
===================================================================
|
|
--- gedit-2.23.1/plugins/filebrowser/gedit-file-browser-plugin.c (revision 6372)
|
|
+++ gedit-2.23.1/plugins/filebrowser/gedit-file-browser-plugin.c (working copy)
|
|
@@ -723,7 +723,7 @@
|
|
window);
|
|
|
|
panel = gedit_window_get_side_panel (window);
|
|
- pixbuf = gedit_file_browser_utils_pixbuf_from_theme("file-manager",
|
|
+ pixbuf = gedit_file_browser_utils_pixbuf_from_theme("system-file-manager",
|
|
GTK_ICON_SIZE_MENU);
|
|
|
|
if (pixbuf) {
|