Home
last modified time | relevance | path

Searched refs:about_window (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/plugin_xmms/
Dconfigure.c790 static GtkWidget *about_window; in FLAC_XMMS__aboutbox() local
792 if (about_window) in FLAC_XMMS__aboutbox()
793 gdk_window_raise(about_window->window); in FLAC_XMMS__aboutbox()
795 about_window = xmms_show_message( in FLAC_XMMS__aboutbox()
805 gtk_signal_connect(GTK_OBJECT(about_window), "destroy", in FLAC_XMMS__aboutbox()
807 &about_window); in FLAC_XMMS__aboutbox()