Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
nautilus
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
376
Issues
376
List
Boards
Labels
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
nautilus
Commits
679486ff
Commit
679486ff
authored
Apr 12, 2011
by
Cosimo Cecchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
places-sidebar: make sure the eject icon is rendered 16x16
https://bugzilla.gnome.org/show_bug.cgi?id=647570
parent
fde63a6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/nautilus-places-sidebar.c
src/nautilus-places-sidebar.c
+1
-1
No files found.
src/nautilus-places-sidebar.c
View file @
679486ff
...
...
@@ -220,7 +220,7 @@ get_eject_icon (NautilusPlacesSidebar *sidebar,
GtkStyleContext
*
style
;
icon_theme
=
gtk_icon_theme_get_default
();
icon_size
=
nautilus_get_icon_size_for_stock_size
(
GTK_ICON_SIZE_
SMALL_TOOLBAR
);
icon_size
=
nautilus_get_icon_size_for_stock_size
(
GTK_ICON_SIZE_
MENU
);
icon
=
g_themed_icon_new_with_default_fallbacks
(
"media-eject-symbolic"
);
icon_info
=
gtk_icon_theme_lookup_by_gicon
(
icon_theme
,
icon
,
icon_size
,
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment