comparison src/xs_about.c @ 329:8fadb3f38445

Comments
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Jan 2005 06:35:05 +0000
parents 7888e5d973b9
children f8d3e910d07c
comparison
equal deleted inserted replaced
328:7888e5d973b9 329:8fadb3f38445
29 29
30 30
31 #ifdef HAVE_THEMETUNE 31 #ifdef HAVE_THEMETUNE
32 #include <xmms/xmmsctrl.h> 32 #include <xmms/xmmsctrl.h>
33 33
34 /* (Included only if themetune support is enabled)
35 * Stop playing, add XMMS-SID themetune to playlist
36 * and start playing it.
37 */
34 gint xs_about_theme(void) 38 gint xs_about_theme(void)
35 { 39 {
36 const gint iSession = 0; /* Assume session 0 */ 40 const gint iSession = 0; /* Assume session 0 */
37 gint iPos; 41 gint iPos;
38 42
54 return 0; 58 return 0;
55 } 59 }
56 60
57 61
58 /* 62 /*
59 * Execute the aboutbox 63 * Execute the about dialog
60 */ 64 */
61 void xs_about(void) 65 void xs_about(void)
62 { 66 {
63 GtkWidget *about_vbox1; 67 GtkWidget *about_vbox1;
64 GtkWidget *about_frame; 68 GtkWidget *about_frame;