diff options
| author | Ted Gould <ted@gould.cx> | 2012-02-23 00:02:25 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-02-23 00:02:25 -0600 |
| commit | 55113b2baf6703debeef34a135260fafeb2b71c8 (patch) | |
| tree | dd667ac87e007a48c6703763338ffbbc65ac77d4 /tests/Makefile.am | |
| parent | 49e45c8b23af0926ec04c50a4ac53068abba21db (diff) | |
| parent | 8dc3a0013a6fd0d8ab54edf0944f842da751c4e7 (diff) | |
| download | libdbusmenu-55113b2baf6703debeef34a135260fafeb2b71c8.tar.gz libdbusmenu-55113b2baf6703debeef34a135260fafeb2b71c8.tar.bz2 libdbusmenu-55113b2baf6703debeef34a135260fafeb2b71c8.zip | |
* New upstream release.
* Fix label leak and make it not have disposition (LP: #937829)
Diffstat (limited to 'tests/Makefile.am')
| -rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index db2d469..6824c1c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,8 +25,10 @@ TESTS += \ test-gtk-label \ test-gtk-shortcut \ test-gtk-reorder \ - test-gtk-submenu \ test-gtk-parser-test +# Not working with GTK3 and a critical grab that is in +# the GTK3 code. +# test-gtk-submenu endif # The Python test only work on the system copy of |
