Changeset 10563
- Timestamp:
- May 1, 2010, 3:32:54 AM (12 years ago)
- Location:
- branches/1.9x/gtk
- Files:
-
- 1 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/1.9x/gtk/Makefile.am
r10133 r10563 47 47 file-list.h \ 48 48 lock.h \ 49 logo.h \ 49 logo-24.h \ 50 logo-48.h \ 50 51 makemeta-ui.h \ 51 52 msgwin.h \ -
branches/1.9x/gtk/actions.c
r9989 r10563 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" … … 145 146 static const BuiltinIconInfo my_fallback_icons[] = 146 147 { 147 { tr_icon_logo , WINDOW_ICON },148 { tr_icon_logo , TRAY_ICON },149 { tr_icon_logo , 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" }148 { tr_icon_logo_48, WINDOW_ICON }, 149 { tr_icon_logo_24, TRAY_ICON }, 150 { tr_icon_logo_48, NOTIFICATION_ICON }, 151 { tr_icon_lock, "transmission-lock" }, 152 { options_icon, "options" }, 153 { blue_turtle, "alt-speed-on" }, 154 { grey_turtle, "alt-speed-off" }, 155 { ratio_icon, "ratio" } 155 156 }; 156 157 -
branches/1.9x/gtk/logo-48.h
r10451 r10563 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.