Diff of /trunk/src/cache.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 174 by harbaum, Tue Nov 10 20:27:30 2009 UTC revision 176 by harbaum, Wed Nov 11 20:21:55 2009 UTC
# Line 178  static GtkWidget *cache_overview(cache_c Line 178  static GtkWidget *cache_overview(cache_c
178    
179    if(cache->type != CACHE_TYPE_UNKNOWN) {    if(cache->type != CACHE_TYPE_UNKNOWN) {
180      gtk_table_attach(GTK_TABLE(table),      gtk_table_attach(GTK_TABLE(table),
181               tip = icon_get_widget(ICON_CACHE_TYPE_2X, cache->type), 0,1,0,1,  #if defined(USE_MAEMO) && (MAEMO_VERSION_MAJOR >= 5)
182               GTK_FILL, 0, GTK_FILL, 0);               tip = icon_get_widget(ICON_CACHE_TYPE_2X, cache->type),
183    #else
184                 tip = icon_get_widget(ICON_CACHE_TYPE_1_5X, cache->type),
185    #endif
186                         0,1,0,1, GTK_FILL, 0, GTK_FILL, 0);
187  #ifndef USE_MAEMO  #ifndef USE_MAEMO
188      gtk_tooltips_set_tip(tips, tip, _(cache_type_tip[cache->type]), NULL);      gtk_tooltips_set_tip(tips, tip, _(cache_type_tip[cache->type]), NULL);
189  #endif  #endif

Legend:
Removed from v.174  
changed lines
  Added in v.176