mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
Sync from nautilus commit d2bfffc574c1e6305d862c041b35c9c45ba67674
Coding style fix.
This commit is contained in:
parent
755e37ffdf
commit
e9c4dcd3f8
@ -767,8 +767,8 @@ update_places (GtkPlacesSidebar *sidebar)
|
|||||||
icon = g_themed_icon_new (ICON_NAME_HOME);
|
icon = g_themed_icon_new (ICON_NAME_HOME);
|
||||||
add_place (sidebar, PLACES_BUILT_IN,
|
add_place (sidebar, PLACES_BUILT_IN,
|
||||||
SECTION_COMPUTER,
|
SECTION_COMPUTER,
|
||||||
_("Home"), icon,
|
_("Home"), icon, home_uri,
|
||||||
home_uri, NULL, NULL, NULL, 0,
|
NULL, NULL, NULL, 0,
|
||||||
_("Open your personal folder"));
|
_("Open your personal folder"));
|
||||||
g_object_unref (icon);
|
g_object_unref (icon);
|
||||||
g_free (home_uri);
|
g_free (home_uri);
|
||||||
@ -779,8 +779,8 @@ update_places (GtkPlacesSidebar *sidebar)
|
|||||||
icon = g_themed_icon_new (ICON_NAME_DESKTOP);
|
icon = g_themed_icon_new (ICON_NAME_DESKTOP);
|
||||||
add_place (sidebar, PLACES_BUILT_IN,
|
add_place (sidebar, PLACES_BUILT_IN,
|
||||||
SECTION_COMPUTER,
|
SECTION_COMPUTER,
|
||||||
_("Desktop"), icon,
|
_("Desktop"), icon, mount_uri,
|
||||||
mount_uri, NULL, NULL, NULL, 0,
|
NULL, NULL, NULL, 0,
|
||||||
_("Open the contents of your desktop in a folder"));
|
_("Open the contents of your desktop in a folder"));
|
||||||
g_object_unref (icon);
|
g_object_unref (icon);
|
||||||
g_free (mount_uri);
|
g_free (mount_uri);
|
||||||
@ -949,8 +949,8 @@ update_places (GtkPlacesSidebar *sidebar)
|
|||||||
icon = g_themed_icon_new (ICON_NAME_FILESYSTEM);
|
icon = g_themed_icon_new (ICON_NAME_FILESYSTEM);
|
||||||
add_place (sidebar, PLACES_BUILT_IN,
|
add_place (sidebar, PLACES_BUILT_IN,
|
||||||
SECTION_DEVICES,
|
SECTION_DEVICES,
|
||||||
sidebar->hostname, icon,
|
sidebar->hostname, icon, mount_uri,
|
||||||
mount_uri, NULL, NULL, NULL, 0,
|
NULL, NULL, NULL, 0,
|
||||||
_("Open the contents of the File System"));
|
_("Open the contents of the File System"));
|
||||||
g_object_unref (icon);
|
g_object_unref (icon);
|
||||||
|
|
||||||
@ -1057,8 +1057,8 @@ update_places (GtkPlacesSidebar *sidebar)
|
|||||||
icon = g_themed_icon_new (ICON_NAME_NETWORK);
|
icon = g_themed_icon_new (ICON_NAME_NETWORK);
|
||||||
add_place (sidebar, PLACES_BUILT_IN,
|
add_place (sidebar, PLACES_BUILT_IN,
|
||||||
SECTION_NETWORK,
|
SECTION_NETWORK,
|
||||||
_("Browse Network"), icon,
|
_("Browse Network"), icon, mount_uri,
|
||||||
mount_uri, NULL, NULL, NULL, 0,
|
NULL, NULL, NULL, 0,
|
||||||
_("Browse the contents of the network"));
|
_("Browse the contents of the network"));
|
||||||
g_object_unref (icon);
|
g_object_unref (icon);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user