[maemo-commits] [maemo-commits] r10827 - in projects/haf/trunk/sapwood: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Mar 29 15:32:13 EEST 2007
- Previous message: [maemo-commits] r10824 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r10828 - projects/haf/trunk/sapwood
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tko Date: 2007-03-29 15:32:12 +0300 (Thu, 29 Mar 2007) New Revision: 10827 Modified: projects/haf/trunk/sapwood/ChangeLog projects/haf/trunk/sapwood/Makefile.am projects/haf/trunk/sapwood/src/Makefile.am Log: Remove forgotten EXTRA_DIST files 2007-03-29 Tommi Komulainen <tommi.komulainen at nokia.com> * Makefile.am (EXTRA_DIST): Remove forgotten NEWS.pixbuf * src/Makefile.am (EXTRA_DIST): Remove forgotten README.pixbuf and README.server Modified: projects/haf/trunk/sapwood/ChangeLog =================================================================== --- projects/haf/trunk/sapwood/ChangeLog 2007-03-29 12:09:51 UTC (rev 10826) +++ projects/haf/trunk/sapwood/ChangeLog 2007-03-29 12:32:12 UTC (rev 10827) @@ -1,5 +1,11 @@ 2007-03-29 Tommi Komulainen <tommi.komulainen at nokia.com> + * Makefile.am (EXTRA_DIST): Remove forgotten NEWS.pixbuf + * src/Makefile.am (EXTRA_DIST): Remove forgotten README.pixbuf and + README.server + +2007-03-29 Tommi Komulainen <tommi.komulainen at nokia.com> + * src/sapwood-draw.c (maybe_check_submenu_state, draw_box): Support active/passive focus on GtkMenuItems, use passive focus when the focus is in an item in a submenu. Modified: projects/haf/trunk/sapwood/Makefile.am =================================================================== --- projects/haf/trunk/sapwood/Makefile.am 2007-03-29 12:09:51 UTC (rev 10826) +++ projects/haf/trunk/sapwood/Makefile.am 2007-03-29 12:32:12 UTC (rev 10827) @@ -1,7 +1,5 @@ SUBDIRS = src demos -EXTRA_DIST = NEWS.pixbuf - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 compile config.guess config.sub \ configure depcomp install-sh ltmain.sh missing \ mkinstalldirs Modified: projects/haf/trunk/sapwood/src/Makefile.am =================================================================== --- projects/haf/trunk/sapwood/src/Makefile.am 2007-03-29 12:09:51 UTC (rev 10826) +++ projects/haf/trunk/sapwood/src/Makefile.am 2007-03-29 12:32:12 UTC (rev 10827) @@ -31,6 +31,6 @@ MAINTAINERCLEANFILES = Makefile.in CLEANFILES = actual-abi actual-abi2 expected-abi expected-abi2 optional-abi -EXTRA_DIST = README.pixbuf README.server abicheck.sh +EXTRA_DIST = abicheck.sh TESTS = abicheck.sh
- Previous message: [maemo-commits] r10824 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r10828 - projects/haf/trunk/sapwood
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]