Diff of /trunk/src/cache.c

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

revision 168 by harbaum, Mon Nov 9 10:49:51 2009 UTC revision 174 by harbaum, Tue Nov 10 20:27:30 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, cache->type), 0,1,0,1,               tip = icon_get_widget(ICON_CACHE_TYPE_2X, cache->type), 0,1,0,1,
182               GTK_FILL, 0, GTK_FILL, 0);               GTK_FILL, 0, GTK_FILL, 0);
183  #ifndef USE_MAEMO  #ifndef USE_MAEMO
184      gtk_tooltips_set_tip(tips, tip, _(cache_type_tip[cache->type]), NULL);      gtk_tooltips_set_tip(tips, tip, _(cache_type_tip[cache->type]), NULL);

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