comparison Plugins/General/song_change/song_change.c @ 1390:dfa069085cbb trunk

[svn] - use default 'plugins' icon for now.
author nenolod
date Mon, 10 Jul 2006 14:04:49 -0700
parents 3e44e4df1e35
children
comparison
equal deleted inserted replaced
1389:c19443be579d 1390:dfa069085cbb
292 292
293 previous_song = -1; 293 previous_song = -1;
294 timeout_tag = gtk_timeout_add(100, timeout_func, NULL); 294 timeout_tag = gtk_timeout_add(100, timeout_func, NULL);
295 295
296 configure_vbox = configure(); 296 configure_vbox = configure();
297 prefswin_page_new(configure_vbox, "Song Change", DATA_DIR "/images/songchange.png"); 297 prefswin_page_new(configure_vbox, "Song Change", DATA_DIR "/images/plugins.png");
298 298
299 configure_ok_cb(NULL, NULL); 299 configure_ok_cb(NULL, NULL);
300 } 300 }
301 301
302 302