Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
Files
Commits
c8a87509
Commit
c8a87509
authored
Apr 30, 2013
by
William Jon McCann
Browse files
Don't expand extra widgets
https://bugzilla.gnome.org/show_bug.cgi?id=698656
parent
bdce4566
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nautilus-window-slot.c
View file @
c8a87509
...
...
@@ -525,7 +525,7 @@ nautilus_window_slot_add_extra_location_widget (NautilusWindowSlot *slot,
GtkWidget
*
widget
)
{
gtk_box_pack_start
(
GTK_BOX
(
slot
->
details
->
extra_location_widgets
),
widget
,
TRU
E
,
TRUE
,
0
);
widget
,
FALS
E
,
TRUE
,
0
);
gtk_widget_show
(
slot
->
details
->
extra_location_widgets
);
}
...
...
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