Changeset 3858


Ignore:
Timestamp:
01/16/08 17:14:28 (5 years ago)
Author:
chris
Message:
  • src/phone-kit/moko-alsa-volume-scale.c: (create_widgets): Remove rogue '.png' on the end of icon names
Location:
trunk/src/target/OM-2007.2/applications/openmoko-dialer2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007.2/applications/openmoko-dialer2/ChangeLog

    r3857 r3858  
     12008-01-16  Chris Lord  <chris@openedhand.com> 
     2 
     3        * src/phone-kit/moko-alsa-volume-scale.c: (create_widgets): 
     4        Remove rogue '.png' on the end of icon names 
     5 
    162008-01-16  Chris Lord  <chris@openedhand.com> 
    27 
  • trunk/src/target/OM-2007.2/applications/openmoko-dialer2/src/phone-kit/moko-alsa-volume-scale.c

    r3856 r3858  
    4444         
    4545        if (orientation == GTK_ORIENTATION_HORIZONTAL) 
    46                 image = gtk_image_new_from_icon_name ("moko-volume-down.png", 
     46                image = gtk_image_new_from_icon_name ("moko-volume-down", 
    4747                        GTK_ICON_SIZE_SMALL_TOOLBAR); 
    48         else image = gtk_image_new_from_icon_name ("moko-volume-up.png", 
     48        else image = gtk_image_new_from_icon_name ("moko-volume-up", 
    4949                GTK_ICON_SIZE_SMALL_TOOLBAR); 
    5050         
     
    5252         
    5353        if (orientation == GTK_ORIENTATION_HORIZONTAL) 
    54                 image = gtk_image_new_from_icon_name ("moko-volume-up.png", 
     54                image = gtk_image_new_from_icon_name ("moko-volume-up", 
    5555                        GTK_ICON_SIZE_SMALL_TOOLBAR); 
    56         else image = gtk_image_new_from_icon_name ("moko-volume-down.png", 
     56        else image = gtk_image_new_from_icon_name ("moko-volume-down", 
    5757                GTK_ICON_SIZE_SMALL_TOOLBAR); 
    5858         
Note: See TracChangeset for help on using the changeset viewer.