diff options
author | Florian Müllner <fmuellner@gnome.org> | 2011-03-18 13:25:59 +0100 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2012-03-15 22:27:43 +0100 |
commit | 8ca86fa8bfb6e7ffc06dcb8ae0927574876c2959 (patch) | |
tree | f4509fac170eaa0bdbe8986c4f3c5f459ecb1fca /src/Makefile.am | |
parent | f2f500836ef217bfbd7bbf5ad54c9248cbdb7925 (diff) | |
download | mutter-8ca86fa8bfb6e7ffc06dcb8ae0927574876c2959.tar.gz |
ui: Kill tooltips
After the changes in style handling in GTK+, mutter's tooltips no
longer match the tooltip style used in applications. Given that
all buttons in the default layout are well-known, killing tooltips
altogether rather than fixing the styling issues looks like a valid
approach.
https://bugzilla.gnome.org/show_bug.cgi?id=645101
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2d6baaa95..5d5dcb9d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -130,8 +130,6 @@ libmutter_la_SOURCES = \ core/core.h \ ui/ui.h \ inlinepixbufs.h \ - ui/fixedtip.c \ - ui/fixedtip.h \ ui/frames.c \ ui/frames.h \ ui/menu.c \ |