Changeset 10547
- Timestamp:
- Apr 29, 2010, 3:39:29 PM (12 years ago)
- Location:
- trunk/gtk
- Files:
-
- 1 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/Makefile.am
r10435 r10547 49 49 file-list.h \ 50 50 lock.h \ 51 logo.h \ 51 logo-24.h \ 52 logo-48.h \ 52 53 makemeta-ui.h \ 53 54 msgwin.h \ -
trunk/gtk/actions.c
r10490 r10547 24 24 #include "lock.h" 25 25 26 #include "logo.h" 26 #include "logo-24.h" 27 #include "logo-48.h" 27 28 #include "ratio-icon.h" 28 29 #include "options-icon.h" … … 144 145 static const BuiltinIconInfo my_fallback_icons[] = 145 146 { 146 { tr_icon_logo , WINDOW_ICON},147 { tr_icon_logo , TRAY_ICON},148 { tr_icon_logo , NOTIFICATION_ICON},149 { tr_icon_lock, "transmission-lock"},150 { options_icon, "options"},151 { blue_turtle, "alt-speed-on"},152 { grey_turtle, "alt-speed-off"},153 { ratio_icon, "ratio"}147 { tr_icon_logo_48, WINDOW_ICON }, 148 { tr_icon_logo_24, TRAY_ICON }, 149 { tr_icon_logo_48, NOTIFICATION_ICON }, 150 { tr_icon_lock, "transmission-lock" }, 151 { options_icon, "options" }, 152 { blue_turtle, "alt-speed-on" }, 153 { grey_turtle, "alt-speed-off" }, 154 { ratio_icon, "ratio" } 154 155 }; 155 156 -
trunk/gtk/logo-48.h
r10536 r10547 5 5 #endif 6 6 #ifdef __GNUC__ 7 static const guint8 tr_icon_logo [] __attribute__ ( ( __aligned__ ( 4 ) ) )7 static const guint8 tr_icon_logo_48[] __attribute__ ( ( __aligned__ ( 4 ) ) ) 8 8 = 9 9 #else 10 static const guint8 tr_icon_logo [] =10 static const guint8 tr_icon_logo_48[] = 11 11 #endif 12 12 { ""
Note: See TracChangeset
for help on using the changeset viewer.