comparison src/audacious/ui_preferences.c @ 4551:d09dd0960a6a

kill skin_load_cursor
author Tomasz Mon <desowin@gmail.com>
date Sun, 18 May 2008 08:59:01 +0200
parents 97b29dec6c6b
children a01120279caf
comparison
equal deleted inserted replaced
4550:8445515efab1 4551:d09dd0960a6a
226 {WIDGET_LABEL, N_("<b>_Miscellaneous</b>"), NULL, NULL, NULL, FALSE}, 226 {WIDGET_LABEL, N_("<b>_Miscellaneous</b>"), NULL, NULL, NULL, FALSE},
227 {WIDGET_CHK_BTN, N_("Show track numbers in playlist"), &cfg.show_numbers_in_pl, 227 {WIDGET_CHK_BTN, N_("Show track numbers in playlist"), &cfg.show_numbers_in_pl,
228 G_CALLBACK(playlist_show_pl_separator_numbers_cb), NULL, FALSE}, 228 G_CALLBACK(playlist_show_pl_separator_numbers_cb), NULL, FALSE},
229 {WIDGET_CHK_BTN, N_("Show separators in playlist"), &cfg.show_separator_in_pl, 229 {WIDGET_CHK_BTN, N_("Show separators in playlist"), &cfg.show_separator_in_pl,
230 G_CALLBACK(playlist_show_pl_separator_numbers_cb), NULL, FALSE}, 230 G_CALLBACK(playlist_show_pl_separator_numbers_cb), NULL, FALSE},
231 {WIDGET_CHK_BTN, N_("Use custom cursors"), &cfg.custom_cursors, G_CALLBACK(skin_reload_forced), NULL, FALSE},
232 {WIDGET_CHK_BTN, N_("Show window manager decoration"), &cfg.show_wm_decorations, G_CALLBACK(show_wm_decorations_cb), 231 {WIDGET_CHK_BTN, N_("Show window manager decoration"), &cfg.show_wm_decorations, G_CALLBACK(show_wm_decorations_cb),
233 N_("This enables the window manager to show decorations for windows."), FALSE}, 232 N_("This enables the window manager to show decorations for windows."), FALSE},
234 {WIDGET_CHK_BTN, N_("Use XMMS-style file selector instead of the default selector"), &cfg.use_xmms_style_fileselector, NULL, 233 {WIDGET_CHK_BTN, N_("Use XMMS-style file selector instead of the default selector"), &cfg.use_xmms_style_fileselector, NULL,
235 N_("This enables the XMMS/GTK1-style file selection dialogs. This selector is provided by Audacious itself and is faster than the default GTK2 selector (but sadly not as user-friendly)."), FALSE}, 234 N_("This enables the XMMS/GTK1-style file selection dialogs. This selector is provided by Audacious itself and is faster than the default GTK2 selector (but sadly not as user-friendly)."), FALSE},
236 {WIDGET_CHK_BTN, N_("Use two-way text scroller"), &cfg.twoway_scroll, NULL, 235 {WIDGET_CHK_BTN, N_("Use two-way text scroller"), &cfg.twoway_scroll, NULL,