Send commitlog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r1893 - in trunk/src/target/OM-2007/openmoko-libs: .
      libmokoui po ([EMAIL PROTECTED])
   2. r1894 - in trunk/src/target/OM-2007/openmoko-libs: .
      libmokoui ([EMAIL PROTECTED])
   3. r1895 - in trunk/src/target/OM-2007/artwork:
      icons/openmoko-standard   icons/openmoko-standard/22x22
      icons/openmoko-standard/36x36     icons/openmoko-standard/36x36/stock
      themes/openmoko-standard/gtk-2.0 ([EMAIL PROTECTED])
--- Begin Message ---
Author: thomas
Date: 2007-05-02 13:51:00 +0200 (Wed, 02 May 2007)
New Revision: 1893

Added:
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h
   trunk/src/target/OM-2007/openmoko-libs/po/
   trunk/src/target/OM-2007/openmoko-libs/po/LINGUAS
   trunk/src/target/OM-2007/openmoko-libs/po/Makefile.in.in
   trunk/src/target/OM-2007/openmoko-libs/po/POTFILES.in
Modified:
   trunk/src/target/OM-2007/openmoko-libs/ChangeLog
   trunk/src/target/OM-2007/openmoko-libs/Makefile.am
   trunk/src/target/OM-2007/openmoko-libs/configure.ac
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am
Log:
* Makefile.am:
* configure.ac:
* po/LINGUAS:
* po/Makefile.in.in:
Add gettext and intltool support

* libmokoui/Makefile.am:
* libmokoui/moko-stock.c:
* libmokoui/moko-stock.h:
Add moko-stock for adding OpenMoko stock items


Modified: trunk/src/target/OM-2007/openmoko-libs/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/ChangeLog    2007-05-01 23:39:49 UTC 
(rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/ChangeLog    2007-05-02 11:51:00 UTC 
(rev 1893)
@@ -1,3 +1,16 @@
+2007-05-02  Thomas Wood  <[EMAIL PROTECTED]>
+
+       * Makefile.am:
+       * configure.ac:
+       * po/LINGUAS:
+       * po/Makefile.in.in:
+       Add gettext and intltool support
+
+       * libmokoui/Makefile.am:
+       * libmokoui/moko-stock.c:
+       * libmokoui/moko-stock.h:
+       Add moko-stock for adding OpenMoko stock items
+
 2007-04-27 Dodji Seketeli <[EMAIL PROTECTED]>
 
        * src/target/OM-2007/openmoko-libs/libmokojournal/src/moko-journal.c:

Modified: trunk/src/target/OM-2007/openmoko-libs/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/Makefile.am  2007-05-01 23:39:49 UTC 
(rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/Makefile.am  2007-05-02 11:51:00 UTC 
(rev 1893)
@@ -1,4 +1,4 @@
-SUBDIRS = libmokogsmd libmokoui libmokojournal data
+SUBDIRS = libmokogsmd libmokoui libmokojournal data po
 
 pcdata_DATA= openmoko-libs.pc
 pcdatadir= $(libdir)/pkgconfig

Modified: trunk/src/target/OM-2007/openmoko-libs/configure.ac
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/configure.ac 2007-05-01 23:39:49 UTC 
(rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/configure.ac 2007-05-02 11:51:00 UTC 
(rev 1893)
@@ -13,6 +13,13 @@
 GTK_VERSION=2.6
 LIBECAL_VERSION=1.4.2
 
+dnl i18n support
+GETTEXT_PACKAGE=openmoko-libs
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
+AC_SUBST(GETTEXT_PACKAGE)
+AM_GLIB_GNU_GETTEXT
+
+
 # base deps
 PKG_CHECK_MODULES(DEPS,
                   gtk+-2.0 >= $GTK_VERSION
@@ -50,6 +57,7 @@
 AC_OUTPUT([
 Makefile
 openmoko-libs.pc
+po/Makefile.in
 libmokocore/Makefile
 libmokogsmd/Makefile
 libmokoui/Makefile

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am        
2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am        
2007-05-02 11:51:00 UTC (rev 1893)
@@ -13,6 +13,7 @@
     moko-pixmap-button.h \
     moko-paned-window.h \
     moko-scrolled-pane.h \
+    moko-stock.h \
     moko-tool-box.h \
     moko-tree-view.h \
     moko-window.h \
@@ -34,6 +35,7 @@
     moko-pixmap-button.c \
     moko-paned-window.c \
     moko-scrolled-pane.c \
+    moko-stock.c \
     moko-tool-box.c \
     moko-tree-view.c \
     moko-window.c \

Added: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c       
2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c       
2007-05-02 11:51:00 UTC (rev 1893)
@@ -0,0 +1,47 @@
+#include <gtk/gtk.h>
+#include <moko-stock.h>
+#include <glib/gi18n.h>
+#include <config.h>
+
+
+static const GtkStockItem moko_items [] =
+{
+  { MOKO_STOCK_CALL_HANGUP, N_("Hang Up"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CALL_HOLD, N_("Hold"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CALL_REDIAL, N_("Redial"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_ADDRESS, N_("Address"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_DELETE, N_("Delete Contact"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_EMAIL, N_("E-Mail"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_GROUPS, N_("Groups"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_NEW, N_("New Contact"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_CONTACT_PHONE, N_("Phone"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_FOLDER_DELETE, N_("Delete Folder"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_HISTORY, N_("History"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_FORWARD, N_("Forward"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_MARK_READ, N_("Mark as Read"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_NEW, N_("New Mail"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_READ, N_("Read Mail"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_REPLY_ALL, N_("Reply to All"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_MAIL_REPLY_SENDER, N_("Reply to Sender"), 0, 0, GETTEXT_PACKAGE 
},
+  { MOKO_STOCK_MAIL_SEND, N_("Send"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_PHONE_BOOK, N_("Phone Book"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_SMS_NEW, N_("New SMS"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_SPEAKER, N_("Speaker"), 0, 0, GETTEXT_PACKAGE },
+  { MOKO_STOCK_VIEW, N_("View"), 0, 0, GETTEXT_PACKAGE },
+};
+
+
+static gboolean registered = FALSE;
+
+void
+moko_register_stock ()
+{
+  /* make sure we never register the icons twice */
+  if (registered)
+    return;
+
+  gtk_stock_add_static (moko_items, G_N_ELEMENTS (moko_items));
+
+
+  registered = TRUE;
+}

Added: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h       
2007-05-01 23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h       
2007-05-02 11:51:00 UTC (rev 1893)
@@ -0,0 +1,37 @@
+
+/*
+ * OpenMoko Stock Items
+ *
+ * Some of these correspond to icon names from the Freedesktop.org Icon Naming
+ * Specification:
+ * 
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
+ *
+ * Names that start with "moko-" are currently specific to libmokoui
+ *
+ * The stock items are named by context, then action. Please keep the list in
+ * alphabetical order.
+ *
+ */
+
+#define MOKO_STOCK_CALL_HANGUP "moko-stock-call-hangup"
+#define MOKO_STOCK_CALL_HOLD "moko-stock-call-hold"
+#define MOKO_STOCK_CALL_REDIAL "moko-stock-call-redial"
+#define MOKO_STOCK_CONTACT_ADDRESS "moko-stock-contact-address"
+#define MOKO_STOCK_CONTACT_DELETE "moko-stock-contact-delete"
+#define MOKO_STOCK_CONTACT_EMAIL "moko-stock-contact-email"
+#define MOKO_STOCK_CONTACT_GROUPS "moko-stock-contact-groups"
+#define MOKO_STOCK_CONTACT_NEW "moko-stock-contact-new"
+#define MOKO_STOCK_CONTACT_PHONE "moko-stock-contact-phone"
+#define MOKO_STOCK_FOLDER_DELETE "moko-stock-folder-delete"
+#define MOKO_STOCK_HISTORY "moko-stock-history"
+#define MOKO_STOCK_MAIL_FORWARD "mail-forward"
+#define MOKO_STOCK_MAIL_MARK_READ "mail-mark-read"
+#define MOKO_STOCK_MAIL_NEW "mail-message-new"
+#define MOKO_STOCK_MAIL_READ "mail-read"
+#define MOKO_STOCK_MAIL_REPLY_ALL "mail-reply-all"
+#define MOKO_STOCK_MAIL_REPLY_SENDER "mail-reply-sender"
+#define MOKO_STOCK_MAIL_SEND "mail-send"
+#define MOKO_STOCK_PHONE_BOOK "moko-stock-phone-book"
+#define MOKO_STOCK_SMS_NEW "moko-stock-new-sms"
+#define MOKO_STOCK_SPEAKER "moko-stock-speaker"
+#define MOKO_STOCK_VIEW "moko-stock-view"

Added: trunk/src/target/OM-2007/openmoko-libs/po/LINGUAS
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/po/LINGUAS   2007-05-01 23:39:49 UTC 
(rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/po/LINGUAS   2007-05-02 11:51:00 UTC 
(rev 1893)
@@ -0,0 +1,3 @@
+# please keep this list sorted alphabetically
+#
+

Added: trunk/src/target/OM-2007/openmoko-libs/po/Makefile.in.in
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/po/Makefile.in.in    2007-05-01 
23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/po/Makefile.in.in    2007-05-02 
11:51:00 UTC (rev 1893)
@@ -0,0 +1,271 @@
+# Makefile for program source directory in GNU NLS utilities package.
+# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <[EMAIL PROTECTED]>
+#
+# This file file be copied and used freely without restrictions.  It can
+# be used in projects which are not available under the GNU Public License
+# but which still want to provide support for the GNU gettext functionality.
+# Please note that the actual code is *not* freely available.
+#
+# - Modified by Owen Taylor <[EMAIL PROTECTED]> to use GETTEXT_PACKAGE
+#   instead of PACKAGE and to look for po2tbl in ./ not in intl/
+#
+# - Modified by jacob berkman <[EMAIL PROTECTED]> to install
+#   Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
+
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
+SHELL = /bin/sh
[EMAIL PROTECTED]@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
+datadir = @datadir@
+libdir = @libdir@
+localedir = $(libdir)/locale
+gnulocaledir = $(datadir)/locale
+gettextsrcdir = $(datadir)/glib-2.0/gettext/po
+subdir = po
+
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@
+
+CC = @CC@
+GENCAT = @GENCAT@
+GMSGFMT = @GMSGFMT@
+MSGFMT = @MSGFMT@
+MSGFMT_OPTS = @MSGFMT_OPTS@
+XGETTEXT = @XGETTEXT@
+MSGMERGE = msgmerge
+
+DEFS = @DEFS@
+CFLAGS = @CFLAGS@
+CPPFLAGS = @CPPFLAGS@
+
+INCLUDES = -I.. -I$(top_srcdir)/intl
+
+COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
+
+SOURCES = 
+POFILES = @POFILES@
+GMOFILES = @GMOFILES@
+DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(GETTEXT_PACKAGE).pot \
+$(POFILES) $(GMOFILES) $(SOURCES)
+
+POTFILES = \
+
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+INSTOBJEXT = @INSTOBJEXT@
+
+.SUFFIXES:
+.SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
+
+.c.o:
+       $(COMPILE) $<
+
+.po.pox:
+       $(MAKE) $(GETTEXT_PACKAGE).pot
+       $(MSGMERGE) $< $(srcdir)/$(GETTEXT_PACKAGE).pot -o $*.pox
+
+.po.mo:
+       $(MSGFMT) -o $@ $<
+
+.po.gmo:
+       file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
+         && rm -f $$file && $(GMSGFMT) $(MSGFMT_OPTS) -o $$file $<
+
+.po.cat:
+       sed -f ../intl/po2msg.sed < $< > $*.msg \
+         && rm -f $@ && $(GENCAT) $@ $*.msg
+
+
+all: [EMAIL PROTECTED]@
+
+all-yes: $(CATALOGS)
+all-no:
+
+$(srcdir)/$(GETTEXT_PACKAGE).pot: $(POTFILES)
+       $(XGETTEXT) --default-domain=$(GETTEXT_PACKAGE) 
--directory=$(top_srcdir) \
+         --add-comments --keyword=_ --keyword=N_ \
+          --flag=g_strdup_printf:1:c-format \
+          --flag=g_string_printf:2:c-format \
+          --flag=g_string_append_printf:2:c-format \
+          --flag=g_error_new:3:c-format \
+          --flag=g_set_error:4:c-format \
+          --flag=g_markup_printf_escaped:1:c-format \
+          --flag=g_log:3:c-format \
+          --flag=g_print:1:c-format \
+          --flag=g_printerr:1:c-format \
+          --flag=g_printf:1:c-format \
+          --flag=g_fprintf:2:c-format \
+          --flag=g_sprintf:2:c-format \
+          --flag=g_snprintf:3:c-format \
+          --flag=g_scanner_error:2:c-format \
+          --flag=g_scanner_warn:2:c-format \
+         --files-from=$(srcdir)/POTFILES.in \
+       && test ! -f $(GETTEXT_PACKAGE).po \
+          || ( rm -f $(srcdir)/$(GETTEXT_PACKAGE).pot \
+               && mv $(GETTEXT_PACKAGE).po $(srcdir)/$(GETTEXT_PACKAGE).pot )
+
+install: install-exec install-data
+install-exec:
+install-data: [EMAIL PROTECTED]@
+install-data-no: all
+install-data-yes: all
+       if test -r "$(MKINSTALLDIRS)"; then \
+         $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
+       else \
+         $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
+       fi
+       @catalogs='$(CATALOGS)'; \
+       for cat in $$catalogs; do \
+         cat=`basename $$cat`; \
+         case "$$cat" in \
+           *.gmo) destdir=$(gnulocaledir);; \
+           *)     destdir=$(localedir);; \
+         esac; \
+         lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+         dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
+         if test -r "$(MKINSTALLDIRS)"; then \
+           $(MKINSTALLDIRS) $$dir; \
+         else \
+           $(SHELL) $(top_srcdir)/mkinstalldirs $$dir; \
+         fi; \
+         if test -r $$cat; then \
+           $(INSTALL_DATA) $$cat $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
+           echo "installing $$cat as $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \
+         else \
+           $(INSTALL_DATA) $(srcdir)/$$cat 
$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
+           echo "installing $(srcdir)/$$cat as" \
+                "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT)"; \
+         fi; \
+         if test -r $$cat.m; then \
+           $(INSTALL_DATA) $$cat.m $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
+           echo "installing $$cat.m as 
$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \
+         else \
+           if test -r $(srcdir)/$$cat.m ; then \
+             $(INSTALL_DATA) $(srcdir)/$$cat.m \
+               $$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
+             echo "installing $(srcdir)/$$cat as" \
+                  "$$dir/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m"; \
+           else \
+             true; \
+           fi; \
+         fi; \
+       done
+       if test "$(PACKAGE)" = "glib"; then \
+         if test -r "$(MKINSTALLDIRS)"; then \
+           $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
+         else \
+           $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
+         fi; \
+         $(INSTALL_DATA) $(srcdir)/Makefile.in.in \
+                         $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
+       else \
+         : ; \
+       fi
+
+# Define this as empty until I found a useful application.
+installcheck:
+
+uninstall:
+       catalogs='$(CATALOGS)'; \
+       for cat in $$catalogs; do \
+         cat=`basename $$cat`; \
+         lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+         rm -f 
$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
+         rm -f 
$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; \
+         rm -f 
$(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT); \
+         rm -f 
$(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE)$(INSTOBJEXT).m; 
\
+       done
+       if test "$(PACKAGE)" = "glib"; then \
+         rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
+       fi
+
+check: all
+
+dvi info tags TAGS ID:
+
+mostlyclean:
+       rm -f core core.* *.pox $(GETTEXT_PACKAGE).po *.old.po cat-id-tbl.tmp
+       rm -fr *.o
+
+clean: mostlyclean
+
+distclean: clean
+       rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
+
+maintainer-clean: distclean
+       @echo "This command is intended for maintainers to use;"
+       @echo "it deletes files that may require special tools to rebuild."
+       rm -f $(GMOFILES)
+
+distdir = ../$(GETTEXT_PACKAGE)-$(VERSION)/$(subdir)
+dist distdir: update-po $(DISTFILES)
+       dists="$(DISTFILES)"; \
+       for file in $$dists; do \
+         ln $(srcdir)/$$file $(distdir) 2> /dev/null \
+           || cp -p $(srcdir)/$$file $(distdir); \
+       done
+
+update-po: Makefile
+       $(MAKE) $(GETTEXT_PACKAGE).pot
+       tmpdir=`pwd`; \
+       cd $(srcdir); \
+       catalogs='$(CATALOGS)'; \
+       for cat in $$catalogs; do \
+         cat=`basename $$cat`; \
+         lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+         echo "$$lang:"; \
+         if $(MSGMERGE) $$lang.po $(GETTEXT_PACKAGE).pot -o 
$$tmpdir/$$lang.new.po; then \
+           if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
+             rm -f $$tmpdir/$$lang.new.po; \
+            else \
+             if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
+               :; \
+             else \
+               echo "msgmerge for $$lang.po failed: cannot move 
$$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
+               rm -f $$tmpdir/$$lang.new.po; \
+               exit 1; \
+             fi; \
+           fi; \
+         else \
+           echo "msgmerge for $$cat failed!"; \
+           rm -f $$tmpdir/$$lang.new.po; \
+         fi; \
+       done
+
+# POTFILES is created from POTFILES.in by stripping comments, empty lines
+# and Intltool tags (enclosed in square brackets), and appending a full
+# relative path to them
+POTFILES: POTFILES.in
+       ( if test 'x$(srcdir)' != 'x.'; then \
+           posrcprefix='$(top_srcdir)/'; \
+         else \
+           posrcprefix="../"; \
+         fi; \
+         rm -f [EMAIL PROTECTED] $@ \
+           && (sed -e '/^#/d'                                          \
+                   -e "s/^\[.*\] +//"                                  \
+                   -e '/^[     ]*$$/d'                                 \
+                   -e "[EMAIL PROTECTED]@      $$posrcprefix& \\\\@" < 
$(srcdir)/[EMAIL PROTECTED]     \
+               | sed -e '$$s/\\$$//') > [EMAIL PROTECTED] \
+           && chmod a-w [EMAIL PROTECTED] \
+           && mv [EMAIL PROTECTED] $@ )
+
+Makefile: Makefile.in.in ../config.status POTFILES
+       cd .. \
+         && CONFIG_FILES=$(subdir)/[EMAIL PROTECTED] CONFIG_HEADERS= \
+              $(SHELL) ./config.status
+
+# Tell versions [3.59,3.63) of GNU make not to export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:

Added: trunk/src/target/OM-2007/openmoko-libs/po/POTFILES.in
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/po/POTFILES.in       2007-05-01 
23:39:49 UTC (rev 1892)
+++ trunk/src/target/OM-2007/openmoko-libs/po/POTFILES.in       2007-05-02 
11:51:00 UTC (rev 1893)
@@ -0,0 +1 @@
+libmokoui/moko-stock.c




--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2007-05-02 16:29:51 +0200 (Wed, 02 May 2007)
New Revision: 1894

Added:
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-ui.h
Modified:
   trunk/src/target/OM-2007/openmoko-libs/ChangeLog
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h
Log:
* libmokoui/Makefile.am:
* libmokoui/moko-ui.h:
Added moko-ui.h to include all libmokoui headers

* libmokoui/moko-stock.c:
* libmokoui/moko-stock.h:
Add copyright headers


Modified: trunk/src/target/OM-2007/openmoko-libs/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/ChangeLog    2007-05-02 11:51:00 UTC 
(rev 1893)
+++ trunk/src/target/OM-2007/openmoko-libs/ChangeLog    2007-05-02 14:29:51 UTC 
(rev 1894)
@@ -1,5 +1,15 @@
 2007-05-02  Thomas Wood  <[EMAIL PROTECTED]>
 
+       * libmokoui/Makefile.am:
+       * libmokoui/moko-ui.h:
+       Added moko-ui.h to include all libmokoui headers
+
+       * libmokoui/moko-stock.c:
+       * libmokoui/moko-stock.h:
+       Add copyright headers
+
+2007-05-02  Thomas Wood  <[EMAIL PROTECTED]>
+
        * Makefile.am:
        * configure.ac:
        * po/LINGUAS:

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am        
2007-05-02 11:51:00 UTC (rev 1893)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/Makefile.am        
2007-05-02 14:29:51 UTC (rev 1894)
@@ -1,4 +1,5 @@
 source_h = \
+    moko-ui.h \
     moko-alignment.h \
     moko-application.h \
     moko-details-window.h \

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c       
2007-05-02 11:51:00 UTC (rev 1893)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.c       
2007-05-02 14:29:51 UTC (rev 1894)
@@ -1,3 +1,23 @@
+/*
+ *  libmokoui -- OpenMoko Application Framework UI Library
+ *
+ *  Authored by OpenedHand Ltd <[EMAIL PROTECTED]>
+ *
+ *  Copyright (C) 2006-2007 OpenMoko Inc.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU Lesser Public License as published by
+ *  the Free Software Foundation; version 2 of the license.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU Lesser Public License for more details.
+ *
+ *  Current Version: $Rev$ ($Date$) [$Author$]
+ */
+
+
 #include <gtk/gtk.h>
 #include <moko-stock.h>
 #include <glib/gi18n.h>

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h       
2007-05-02 11:51:00 UTC (rev 1893)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-stock.h       
2007-05-02 14:29:51 UTC (rev 1894)
@@ -1,3 +1,21 @@
+/*
+ *  libmokoui -- OpenMoko Application Framework UI Library
+ *
+ *  Authored by OpenedHand Ltd <[EMAIL PROTECTED]>
+ *
+ *  Copyright (C) 2006-2007 OpenMoko Inc.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU Lesser Public License as published by
+ *  the Free Software Foundation; version 2 of the license.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU Lesser Public License for more details.
+ *
+ *  Current Version: $Rev$ ($Date$) [$Author$]
+ */
 
 /*
  * OpenMoko Stock Items
@@ -13,6 +31,10 @@
  *
  */
 
+
+#ifndef _MOKO_STOCK_H_
+#define _MOKO_STOCK_H_
+
 #define MOKO_STOCK_CALL_HANGUP "moko-stock-call-hangup"
 #define MOKO_STOCK_CALL_HOLD "moko-stock-call-hold"
 #define MOKO_STOCK_CALL_REDIAL "moko-stock-call-redial"
@@ -35,3 +57,6 @@
 #define MOKO_STOCK_SMS_NEW "moko-stock-new-sms"
 #define MOKO_STOCK_SPEAKER "moko-stock-speaker"
 #define MOKO_STOCK_VIEW "moko-stock-view"
+
+
+#endif /* _MOKO_STOCK_H_ */

Added: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-ui.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-ui.h  2007-05-02 
11:51:00 UTC (rev 1893)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-ui.h  2007-05-02 
14:29:51 UTC (rev 1894)
@@ -0,0 +1,44 @@
+/*
+ *  libmokoui -- OpenMoko Application Framework UI Library
+ *
+ *  Authored by OpenedHand Ltd <[EMAIL PROTECTED]>
+ *
+ *  Copyright (C) 2006-2007 OpenMoko Inc.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU Lesser Public License as published by
+ *  the Free Software Foundation; version 2 of the license.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU Lesser Public License for more details.
+ *
+ *  Current Version: $Rev$ ($Date$) [$Author$]
+ */
+
+#ifndef _MOKO_UI_H_
+#define _MOKO_UI_H_
+
+#include "moko-alignment.h"
+#include "moko-application.h"
+#include "moko-details-window.h"
+#include "moko-dialog.h"
+#include "moko-dialog-window.h"
+#include "moko-finger-tool-box.h"
+#include "moko-finger-wheel.h"
+#include "moko-finger-window.h"
+#include "moko-fixed.h"
+#include "moko-menu-box.h"
+#include "moko-message-dialog.h"
+#include "moko-navigation-list.h"
+#include "moko-paned-window.h"
+#include "moko-panel-applet.h"
+#include "moko-pixmap-button.h"
+#include "moko-scrolled-pane.h"
+#include "moko-stock.h"
+#include "moko-tool-box.h"
+#include "moko-tree-view.h"
+#include "moko-window.h"
+
+#endif  /* _MOKO_UI_H_ */




--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2007-05-02 17:26:26 +0200 (Wed, 02 May 2007)
New Revision: 1895

Added:
   trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/
   trunk/src/target/OM-2007/artwork/icons/openmoko-standard/22x22/stock/
   trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/
   trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-address-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-concant-delete-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-concant-mode-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-delete-folder-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-delete-message-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-edit-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-email-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-getmail-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-group-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-history-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-hold-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-mode-forward-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-mode-read-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-mode-reply-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-new-concant-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-new-folder-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-new-mail-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-new-sms-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-phone-book-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-phone-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-redial-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-search-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-speaker-icon.png
   
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-view-icon.png
Removed:
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-address-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-concant-delete-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-concant-mode-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-delete-folder-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-delete-message-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-edit-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-email-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-getmail-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-group-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-history-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-hold-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-mode-forward-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-mode-read-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-mode-reply-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-concant-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-folder-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-mail-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-sms-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-phone-book-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-phone-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-redial-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-search-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-speaker-icon.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-view-icon.png
Log:
artwork: Move stock icons into icon theme


Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-address-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-address-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-concant-delete-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-concant-delete-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-concant-mode-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-concant-mode-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-delete-folder-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-delete-folder-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-delete-message-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-delete-message-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-edit-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-edit-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-email-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-email-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-getmail-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-getmail-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-group-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-group-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-history-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-history-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-hold-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-hold-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-mode-forward-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-mode-forward-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-mode-read-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-mode-read-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-mode-reply-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-mode-reply-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-new-concant-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-concant-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-new-folder-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-folder-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-new-mail-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-mail-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-new-sms-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-sms-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-phone-book-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-phone-book-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-phone-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-phone-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-redial-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-redial-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-search-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-search-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-speaker-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-speaker-icon.png)

Copied: 
trunk/src/target/OM-2007/artwork/icons/openmoko-standard/36x36/stock/openmoko-action-button-view-icon.png
 (from rev 1894, 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-view-icon.png)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-address-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-concant-delete-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-concant-mode-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-delete-folder-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-delete-message-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-edit-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-email-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-getmail-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-group-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-history-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-hold-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-mode-forward-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-mode-read-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-mode-reply-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-concant-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-folder-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-mail-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-new-sms-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-phone-book-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-phone-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-redial-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-search-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-speaker-icon.png
===================================================================
(Binary files differ)

Deleted: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-action-button-view-icon.png
===================================================================
(Binary files differ)




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to