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. r2784 - in
      trunk/src/target/OM-2007.2/applications/openmoko-dialer2: . src
      ([EMAIL PROTECTED])
   2. r2785 - in
      trunk/src/target/OM-2007.2/applications/openmoko-calculator2: .
      src ([EMAIL PROTECTED])
   3. r2786 - trunk/src/target/OM-2007/artwork/sounds
      ([EMAIL PROTECTED])
   4. r2787 -
      trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0
      ([EMAIL PROTECTED])
   5. r2788 - in
      trunk/src/target/OM-2007.2/applications/openmoko-dialer2: . src
      ([EMAIL PROTECTED])
   6. r2789 -
      trunk/src/target/OM-2007.2/applications/openmoko-calculator2/src
      ([EMAIL PROTECTED])
   7. r2790 - in
      trunk/src/target/OM-2007.2/applications/openmoko-dialer2: . src
      ([EMAIL PROTECTED])
   8. r2791 -
      trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0
      ([EMAIL PROTECTED])
   9. r2792 - trunk/src/target/OM-2007.2/artwork/sounds
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: njp
Date: 2007-08-22 17:02:15 +0200 (Wed, 22 Aug 2007)
New Revision: 2784

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c
Log:
2007-08-22  Neil J. Patel  <[EMAIL PROTECTED]>

        * src/moko-dialer.c: (on_talking_accept_call):
        Fix ordering here as well.

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog  
2007-08-22 14:56:52 UTC (rev 2783)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog  
2007-08-22 15:02:15 UTC (rev 2784)
@@ -1,5 +1,10 @@
 2007-08-22  Neil J. Patel  <[EMAIL PROTECTED]>
 
+       * src/moko-dialer.c: (on_talking_accept_call):
+       Fix ordering here as well.
+
+2007-08-22  Neil J. Patel  <[EMAIL PROTECTED]>
+
        * src/moko-dialer.c: (on_talking_reject_call),
        (on_talking_cancel_call), (on_talking_silence):
        Make sure function ordering is correct so multiple tabs do not open.

Modified: 
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c  
2007-08-22 14:56:52 UTC (rev 2783)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c  
2007-08-22 15:02:15 UTC (rev 2784)
@@ -316,6 +316,9 @@
   
   if (priv->status != DIALER_STATUS_INCOMING)
     return;
+
+  moko_talking_accepted_call (MOKO_TALKING (priv->talking), NULL, NULL);
+  moko_gsmd_connection_voice_accept (priv->connection);
   
   priv->status = DIALER_STATUS_TALKING;
 
@@ -332,9 +335,6 @@
     priv->time = NULL;
   }  
   
-  moko_talking_accepted_call (MOKO_TALKING (priv->talking), NULL, NULL);
-  moko_gsmd_connection_voice_accept (priv->connection);
-
   g_signal_emit (G_OBJECT (dialer), dialer_signals[TALKING], 0);
 }
 




--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-08-22 17:21:03 +0200 (Wed, 22 Aug 2007)
New Revision: 2785

Added:
   trunk/src/target/OM-2007.2/applications/openmoko-calculator2/ChangeLog
Removed:
   
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/openmoko-calculator.pro
Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-calculator2/README
   trunk/src/target/OM-2007.2/applications/openmoko-calculator2/src/calc-main.c
Log:
openmoko-calculator2:
* set label for calulator table, so we can identify from style
* rename Clear All/Clear to CE/C to have more space in general


Added: trunk/src/target/OM-2007.2/applications/openmoko-calculator2/ChangeLog
===================================================================

Modified: trunk/src/target/OM-2007.2/applications/openmoko-calculator2/README
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-calculator2/README 
2007-08-22 15:02:15 UTC (rev 2784)
+++ trunk/src/target/OM-2007.2/applications/openmoko-calculator2/README 
2007-08-22 15:21:03 UTC (rev 2785)
@@ -3,8 +3,8 @@
 be useful.
 
 Notes:
- * Pango markup is used currently to manage font size for the display
-of for button labels, maybe styles would be more appropriate.
+ * Pango markup is used currently to manage font size for the display,
+   maybe styles would be more appropriate.
 
 Thank you for your attention,
 

Deleted: 
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/openmoko-calculator.pro
===================================================================
--- 
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/openmoko-calculator.pro
        2007-08-22 15:02:15 UTC (rev 2784)
+++ 
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/openmoko-calculator.pro
        2007-08-22 15:21:03 UTC (rev 2785)
@@ -1,10 +0,0 @@
-TEMPLATE = app
-DEPENDPATH += src
-INCLUDEPATH += . src
-
-# Input
-HEADERS += src/calc-main.h
-SOURCES += src/calc-main.c
-
-MOKOCONFIG = mokoui
-include ( $(OPENMOKODIR)/devel/qmake/openmoko-include.pro )

Modified: 
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/src/calc-main.c
===================================================================
--- 
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/src/calc-main.c    
    2007-08-22 15:02:15 UTC (rev 2784)
+++ 
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/src/calc-main.c    
    2007-08-22 15:21:03 UTC (rev 2785)
@@ -68,7 +68,7 @@
 #define CALC_ROWS 5
 #define CALC_COLS 4
 static const gchar *label[CALC_ROWS][CALC_COLS] = {
-    {N_("Clear All"), N_("Clear"), "/", "*" },
+    {N_("CE"), N_("C"), "/", "*" },
     {"7", "8", "9", "+"},
     {"4", "5", "6", "-"},
     {"1", "2", "3", "="},
@@ -81,25 +81,6 @@
     { one, two, three, equal},
     { zero, point, minus, notimplemented},
   };
-#if 1
-gchar *wnames[CALC_ROWS][CALC_COLS] = {
-  {"mokofingerbutton-orange", "mokofingerbutton-orange", 
"mokofingerbutton-dialer", "mokofingerbutton-dialer"},
-  {"mokofingerbutton-dialer", "mokofingerbutton-dialer", 
"mokofingerbutton-dialer", "mokofingerbutton-dialer"},
-  {"mokofingerbutton-dialer", "mokofingerbutton-dialer", 
"mokofingerbutton-dialer", "mokofingerbutton-dialer"},
-  {"mokofingerbutton-dialer", "mokofingerbutton-dialer", 
"mokofingerbutton-dialer", "mokofingerbutton-big"},
-  {"mokofingerbutton-dialer", "mokofingerbutton-dialer", 
"mokofingerbutton-dialer", "none"},
-};
-#else
-/* Alternative styling - more flashy */
-gchar *wnames[CALC_ROWS][CALC_COLS] = {
-  {"mokofingerbutton-black", "mokofingerbutton-black", 
"mokofingerbutton-orange", "mokofingerbutton-orange"},
-  {"mokofingerbutton-orange", "mokofingerbutton-orange", 
"mokofingerbutton-orange", "mokofingerbutton-orange"},
-  {"mokofingerbutton-orange", "mokofingerbutton-orange", 
"mokofingerbutton-orange", "mokofingerbutton-orange"},
-  {"mokofingerbutton-orange", "mokofingerbutton-orange", 
"mokofingerbutton-orange", "mokofingerbutton-black"},
-  {"mokofingerbutton-orange", "mokofingerbutton-orange", 
"mokofingerbutton-orange", "none"},
-};
-#endif
-
 /*
  * Signal function and static helpers
  */
@@ -236,7 +217,7 @@
       update_display(the_state.current_operand);
     } else if (the_state.last_operand != 0.0) {
       the_state.last_operand *= -1;
-      update_display(the_state.last_operand);  
+      update_display(the_state.last_operand);
     }
     /* else: no-op */
     break;
@@ -294,36 +275,35 @@
   int i, j;
 
   table = gtk_table_new (CALC_ROWS, CALC_COLS, TRUE);
+  gtk_widget_set_name (table, "calculator-table" );
 
   for (j = 0; j < CALC_COLS; j++)
     for (i = 0; i < CALC_ROWS; i++)
     {
-      GtkWidget* button = gtk_button_new();
-      GtkWidget* blabel = gtk_label_new(NULL);
-      gtk_label_set_markup(GTK_LABEL(blabel),gettext(label[i][j]));
-      gtk_container_add(GTK_CONTAINER(button),blabel);
+      GtkWidget* button = gtk_button_new_with_label( gettext(label[i][j]) );
+      //GtkWidget* blabel = gtk_label_new(NULL);
+      //gtk_label_set_markup(GTK_LABEL(blabel),gettext(label[i][j]));
+      //gtk_container_add(GTK_CONTAINER(button),blabel);
 
       g_signal_connect (G_OBJECT(button), "clicked", 
G_CALLBACK(calc_button_pressed),&(ops[i][j]));
-      /* TODO: Check if this changes the aspect */
-      gtk_widget_set_name(button, wnames[i][j]);
 
-      if ((j == (CALC_COLS-1)) && (i == (CALC_ROWS-2))) {
-       /* Last button spans two cells vertically */
-       gtk_table_attach_defaults (GTK_TABLE (table), button,
-                                  j, j + 1, i, i + 2);
-       i++;
-      } else {
-       gtk_table_attach_defaults (GTK_TABLE (table), button,
-                                  j, j + 1, i, i + 1); 
-      }
-    }
+        if ((j == (CALC_COLS-1)) && (i == (CALC_ROWS-2))) {
+        /* Last button spans two cells vertically */
+        gtk_table_attach_defaults (GTK_TABLE (table), button,
+                        j, j + 1, i, i + 2);
+        i++;
+            } else {
+        gtk_table_attach_defaults (GTK_TABLE (table), button,
+                        j, j + 1, i, i + 1);
+            }
+        }
   return table;
 }
 
 /*
  * Command line options definition
  */
-static GOptionEntry entries[] = 
+static GOptionEntry entries[] =
 {
   /* No options right now except the default ones from GTK */
   { NULL }
@@ -343,17 +323,17 @@
     gtk_init( &argc, &argv );
     if (argc != 1)
       {
-       /* Add init code. */
-       GError *error = NULL;
-       GOptionContext *context = g_option_context_new ("");
-       
-       g_option_context_add_main_entries (context, entries, NULL);
-       g_option_context_add_group (context, gtk_get_option_group (TRUE));
-       g_option_context_parse (context, &argc, &argv, &error);
-       
-       g_option_context_free (context);
-      }
-       
+    /* Add init code. */
+    GError *error = NULL;
+    GOptionContext *context = g_option_context_new ("");
+
+    g_option_context_add_main_entries (context, entries, NULL);
+    g_option_context_add_group (context, gtk_get_option_group (TRUE));
+    g_option_context_parse (context, &argc, &argv, &error);
+
+    g_option_context_free (context);
+        }
+
     setlocale (LC_ALL, "");
     bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
     textdomain (GETTEXT_PACKAGE);
@@ -392,7 +372,7 @@
     gtk_widget_set_name (main_frame, "calculator-frame");
     gtk_container_add (GTK_CONTAINER (main_frame), vbox);
     gtk_container_add (GTK_CONTAINER (window), main_frame);
-    
+
     /* show everything and run main loop */
     gtk_widget_show_all( GTK_WIDGET(window) );
     calc_debug( "calculator entering main loop" );




--- End Message ---
--- Begin Message ---
Author: wansti
Date: 2007-08-22 17:27:44 +0200 (Wed, 22 Aug 2007)
New Revision: 2786

Modified:
   trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.mp3
   trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.ogg
   trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.wav
Log:
new version of "There Is No Phone"

Modified: trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.mp3
===================================================================
(Binary files differ)

Modified: trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.ogg
===================================================================
(Binary files differ)

Modified: trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.wav
===================================================================
(Binary files differ)




--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-08-22 17:37:16 +0200 (Wed, 22 Aug 2007)
New Revision: 2787

Modified:
   
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-calculator
Log:
theming/openmoko-calculator: increase font size on calculator buttons


Modified: 
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-calculator
===================================================================
--- 
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-calculator
   2007-08-22 15:27:44 UTC (rev 2786)
+++ 
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-calculator
   2007-08-22 15:37:16 UTC (rev 2787)
@@ -14,3 +14,8 @@
   ythickness = 10
 }
 widget "*calculator-display-background*" style "calc-display-bg"
+
+style "calculator-button-label" {
+    font_name = "Sans 12"
+}
+widget "*calculator-table.GtkButton.*" style "calculator-button-label"




--- End Message ---
--- Begin Message ---
Author: njp
Date: 2007-08-22 17:37:47 +0200 (Wed, 22 Aug 2007)
New Revision: 2788

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c
Log:
2007-08-22  Neil J. Patel  <[EMAIL PROTECTED]>

        * src/moko-notify.c: (moko_notify_start), (moko_notify_stop):
        Disable ringtone, as gstreamer seems to be taking an age doing anything
        useful, and at the same time, blocking the UI.

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog  
2007-08-22 15:37:16 UTC (rev 2787)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog  
2007-08-22 15:37:47 UTC (rev 2788)
@@ -1,5 +1,11 @@
 2007-08-22  Neil J. Patel  <[EMAIL PROTECTED]>
 
+       * src/moko-notify.c: (moko_notify_start), (moko_notify_stop):
+       Disable ringtone, as gstreamer seems to be taking an age doing anything
+       useful, and at the same time, blocking the UI.
+
+2007-08-22  Neil J. Patel  <[EMAIL PROTECTED]>
+
        * src/moko-dialer.c: (on_talking_accept_call):
        Fix ordering here as well.
 

Modified: 
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c  
2007-08-22 15:37:16 UTC (rev 2787)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-notify.c  
2007-08-22 15:37:47 UTC (rev 2788)
@@ -258,7 +258,7 @@
 
   moko_notify_check_brightness ();
   moko_notify_start_vibrate ();
-  moko_notify_start_ringtone (notify);
+  //moko_notify_start_ringtone (notify);
 }
 
 /* Stop the ringtone and the vibration alert */
@@ -275,7 +275,7 @@
   priv->started = FALSE;
  
   moko_notify_stop_vibrate ();
-  moko_notify_stop_ringtone (notify);
+  //moko_notify_stop_ringtone (notify);
 }
 
 /* GObject functions */




--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-08-22 17:43:57 +0200 (Wed, 22 Aug 2007)
New Revision: 2789

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-calculator2/src/calc-main.c
Log:
openmoko-calculator2: don't use markup in display label, we do it by style now


Modified: 
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/src/calc-main.c
===================================================================
--- 
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/src/calc-main.c    
    2007-08-22 15:37:47 UTC (rev 2788)
+++ 
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/src/calc-main.c    
    2007-08-22 15:43:57 UTC (rev 2789)
@@ -98,11 +98,11 @@
        static int toomany = 0;
        if ((the_state.func != &noop_func) || (++toomany % 7))
          gtk_label_set_markup(GTK_LABEL(displayed_label),
-                              _("<big>Not a Number</big>"));
+                              _("Error"));
        else
          /* ok, let's have some fun too... */
          gtk_label_set_markup(GTK_LABEL(displayed_label),
-                              _("<big>Not a Number</big>\n"
+                              _("Error\n"
                                 "<span foreground=\"darkgrey\" 
size=\"smaller\">covert_channel/ack</span>\n"
                                 "<span foreground=\"orange\" 
style=\"italic\">Beam request transmitted...</span>"));
       }




--- End Message ---
--- Begin Message ---
Author: njp
Date: 2007-08-22 17:45:50 +0200 (Wed, 22 Aug 2007)
New Revision: 2790

Modified:
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
   trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c
Log:
2007-08-22  Neil J. Patel  <[EMAIL PROTECTED]>

        * src/moko-dialer.c: (on_talking_accept_call),
        (on_call_progress_changed):
        Set the 'talking' page when connected.

Modified: trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog  
2007-08-22 15:43:57 UTC (rev 2789)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog  
2007-08-22 15:45:50 UTC (rev 2790)
@@ -1,5 +1,11 @@
 2007-08-22  Neil J. Patel  <[EMAIL PROTECTED]>
 
+       * src/moko-dialer.c: (on_talking_accept_call),
+       (on_call_progress_changed):
+       Set the 'talking' page when connected.
+
+2007-08-22  Neil J. Patel  <[EMAIL PROTECTED]>
+
        * src/moko-notify.c: (moko_notify_start), (moko_notify_stop):
        Disable ringtone, as gstreamer seems to be taking an age doing anything
        useful, and at the same time, blocking the UI.

Modified: 
trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c  
2007-08-22 15:43:57 UTC (rev 2789)
+++ trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/moko-dialer.c  
2007-08-22 15:45:50 UTC (rev 2790)
@@ -317,7 +317,6 @@
   if (priv->status != DIALER_STATUS_INCOMING)
     return;
 
-  moko_talking_accepted_call (MOKO_TALKING (priv->talking), NULL, NULL);
   moko_gsmd_connection_voice_accept (priv->connection);
   
   priv->status = DIALER_STATUS_TALKING;
@@ -596,6 +595,7 @@
       break;
     
     case MOKO_GSMD_PROG_CONNECTED:
+      moko_talking_accepted_call (MOKO_TALKING (priv->talking), NULL, NULL);
       moko_keypad_set_talking (MOKO_KEYPAD (priv->keypad), TRUE);
       g_print ("mokogsmd connected\n");
       break;




--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2007-08-22 18:02:26 +0200 (Wed, 22 Aug 2007)
New Revision: 2791

Modified:
   
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtktoolbutton
Log:
* Remove toolbar button prelight


Modified: 
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtktoolbutton
===================================================================
--- 
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtktoolbutton
 2007-08-22 15:45:50 UTC (rev 2790)
+++ 
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtktoolbutton
 2007-08-22 16:02:26 UTC (rev 2791)
@@ -16,10 +16,11 @@
     {
       function    = BOX
       state       = PRELIGHT
-      file        = "toolbar/toolbutton-active.png"
+      file        = "toolbar/toolbar.png"
       border      = {0, 0, 0, 0}
       stretch     = TRUE
-    }  }
+    }
+  }
 }
 widget_class "*Tool*GtkToggleButton" style "toolbutton"
 widget_class "*Tool*GtkButton" style "toolbutton"




--- End Message ---
--- Begin Message ---
Author: shoragan
Date: 2007-08-22 18:31:42 +0200 (Wed, 22 Aug 2007)
New Revision: 2792

Added:
   trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.mp3
   trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.ogg
   trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.rg
   trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.wav
Removed:
   trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.mp3
   trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.ogg
   trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.rg
   trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.wav
Log:
Copy new ringtone from OM-2007

Deleted: trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.mp3
===================================================================
(Binary files differ)

Copied: trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.mp3 
(from rev 2786, 
trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.mp3)
===================================================================
(Binary files differ)

Deleted: trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.ogg
===================================================================
(Binary files differ)

Copied: trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.ogg 
(from rev 2786, 
trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.ogg)
===================================================================
(Binary files differ)

Deleted: trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.rg
===================================================================
(Binary files differ)

Copied: trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.rg 
(from rev 1917, 
trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.rg)
===================================================================
(Binary files differ)

Deleted: trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.wav
===================================================================
(Binary files differ)

Copied: trunk/src/target/OM-2007.2/artwork/sounds/ringtone_thereisnophone.wav 
(from rev 2786, 
trunk/src/target/OM-2007/artwork/sounds/ringtone_thereisnophone.wav)
===================================================================
(Binary files differ)




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

Reply via email to