summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCarlos Soriano <carlos.soriano89@gmail.com>2014-09-23 15:52:37 +0200
committerCarlos Soriano <carlos.soriano89@gmail.com>2014-09-23 17:53:08 +0200
commit1f7cbec71f908e315a71acb752e10a36049a4ad1 (patch)
tree5e0e614e3407745cbe91367629cfe7651c4248ad /src/Makefile.am
parentf53a160287a50957d0df628651ecbc8353149c40 (diff)
downloadnautilus-wip/minButWidth.tar.gz
nautilus-pathbar: Allow label shrinkingwip/minButWidth
Currently the labels of the pathbar set a required size based on its preferred size. That brings the problem that setting a minimum size of its preferred size doesn't allow to shrink the label when needed, e.g. when the windows need to be snapped to a side or when making the window smaller. To avoid that, implement a GObject that its preferred size its natural size, and minimum size of 0, allowing the label to shrink when necesary. https://bugzilla.gnome.org/show_bug.cgi?id=736792
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2aaea2450..424abb045 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -185,6 +185,8 @@ nautilus_SOURCES = \
nautilus-mime-actions.h \
nautilus-notebook.c \
nautilus-notebook.h \
+ nautilus-pathbar-button-label.h \
+ nautilus-pathbar-button-label.c \
nautilus-pathbar.c \
nautilus-pathbar.h \
nautilus-previewer.c \