comparison src/audtool/audtool_handlers_general.c @ 3867:e48f2f4c116d

- many remained audacious remote functions have been implemented. - audtool improvement in progress.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Mon, 29 Oct 2007 22:21:42 +0900
parents b51cc33881c2
children f3341c2d6b9e
comparison
equal deleted inserted replaced
3866:5c5f56a710d1 3867:e48f2f4c116d
126 void show_preferences_window(gint argc, gchar **argv) 126 void show_preferences_window(gint argc, gchar **argv)
127 { 127 {
128 audacious_remote_show_prefs_box(dbus_proxy); 128 audacious_remote_show_prefs_box(dbus_proxy);
129 } 129 }
130 130
131 void show_about_window(gint argc, gchar **argv)
132 {
133 audacious_remote_show_about_box(dbus_proxy);
134 }
135
131 void show_jtf_window(gint argc, gchar **argv) 136 void show_jtf_window(gint argc, gchar **argv)
132 { 137 {
133 audacious_remote_show_jtf_box(dbus_proxy); 138 audacious_remote_show_jtf_box(dbus_proxy);
134 } 139 }
135 140