projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc04e8
)
gtkplacessidebar: Rename favorites to starred
author
Carlos Soriano
<csoriano@gnome.org>
Thu, 15 Feb 2018 09:10:18 +0000
(10:10 +0100)
committer
Carlos Soriano
<csoriano@gnome.org>
Thu, 15 Feb 2018 09:16:10 +0000
(10:16 +0100)
To have more consistency in the name. The same was done in Nautilus in
commit https://gitlab.gnome.org/GNOME/nautilus/commit/
27b039b37c1149fc8abbef6a683dd939e6f2bf1f
.
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 7b68639446b83e8445c2262cb45480a2ae3bb3fd..4347c2a664314cc1f4449d3932b1e86c4447b2b0 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-1075,12
+1075,13
@@
update_places (GtkPlacesSidebar *sidebar)
if (sidebar->show_starred_location)
{
- mount_uri = "
favorites
:///";
+ mount_uri = "
starred
:///";
start_icon = g_themed_icon_new_with_default_fallbacks ("starred-symbolic");
add_place (sidebar, PLACES_STARRED_LOCATION,
SECTION_COMPUTER,
_("Starred"), start_icon, NULL, mount_uri,
NULL, NULL, NULL, NULL, 0,
+ /* TODO: Rename to 'Starred files' */
_("Favorite files"));
g_object_unref (start_icon);
}