|
|
|
@ -1885,9 +1885,11 @@ void yon_main_window_complete(main_window *widgets){
|
|
|
|
widgets->SessionStopButton=yon_gtk_builder_get_widget(builder,"SessionStopButton");
|
|
|
|
widgets->SessionStopButton=yon_gtk_builder_get_widget(builder,"SessionStopButton");
|
|
|
|
widgets->SessionBlockButton=yon_gtk_builder_get_widget(builder,"SessionBlockButton");
|
|
|
|
widgets->SessionBlockButton=yon_gtk_builder_get_widget(builder,"SessionBlockButton");
|
|
|
|
widgets->SessionMenu = yon_rmb_menu_setup(widgets->SessionMainTree,NULL,NULL,
|
|
|
|
widgets->SessionMenu = yon_rmb_menu_setup(widgets->SessionMainTree,NULL,NULL,
|
|
|
|
ACTIVATE_SESSION_LABEL,play_icon_path,G_CALLBACK(on_session_activate),widgets,
|
|
|
|
UPDATE_LABEL,update_icon_path,G_CALLBACK(on_interface_update),widgets,
|
|
|
|
END_SESSION_LABEL,stop_icon_path,G_CALLBACK(on_session_end),widgets,
|
|
|
|
ACTIVATE_SESSION_LABEL,switch_icon_path,G_CALLBACK(on_session_activate),widgets,
|
|
|
|
BLOCK_SESSION_LABEL,block_icon_path,G_CALLBACK(on_session_block),widgets,
|
|
|
|
BLOCK_SESSION_LABEL,block_icon_path,G_CALLBACK(on_session_block),widgets,
|
|
|
|
|
|
|
|
UNLOCK_SESSION_LABEL,unlock_icon_path,G_CALLBACK(on_session_unlock),widgets,
|
|
|
|
|
|
|
|
END_SESSION_LABEL,end_icon_path,G_CALLBACK(on_session_end),widgets,
|
|
|
|
NULL);
|
|
|
|
NULL);
|
|
|
|
{
|
|
|
|
{
|
|
|
|
GList *list = gtk_container_get_children(GTK_CONTAINER(widgets->SystemMenu->menu));
|
|
|
|
GList *list = gtk_container_get_children(GTK_CONTAINER(widgets->SystemMenu->menu));
|
|
|
|
|