--- trunk/src/cache.c 2009/11/12 20:51:33 179 +++ trunk/src/cache.c 2009/11/13 12:11:00 180 @@ -179,12 +179,14 @@ if(cache->type != CACHE_TYPE_UNKNOWN) { gtk_table_attach(GTK_TABLE(table), + #if defined(USE_MAEMO) && (MAEMO_VERSION_MAJOR >= 5) tip = icon_get_widget(ICON_CACHE_TYPE_2X, cache->type), #else tip = icon_get_widget(ICON_CACHE_TYPE_1_5X, cache->type), #endif 0,1,0,1, GTK_FILL, 0, GTK_FILL, 0); + #ifndef USE_MAEMO gtk_tooltips_set_tip(tips, tip, _(cache_type_tip[cache->type]), NULL); #endif @@ -282,10 +284,10 @@ /* fill with vote if present on disk (will also free vote) */ if(vote) gcvote_set(context, vote); - - gtk_table_attach_defaults(GTK_TABLE(table), ratebox, 2,3,0,2); } + gtk_table_attach_defaults(GTK_TABLE(table), ratebox, 2,3,0,2); + /* ----------------------------------------------------- */