|
|
|
@ -60,6 +60,7 @@ void on_plug_removed(GtkSocket* self, actionWidgets *widgets){
|
|
|
|
gtk_widget_destroy(widgets->socketbutton);
|
|
|
|
gtk_widget_destroy(widgets->socketbutton);
|
|
|
|
if(widgets->ThirdSocket)
|
|
|
|
if(widgets->ThirdSocket)
|
|
|
|
gtk_widget_destroy(widgets->ThirdSocket);
|
|
|
|
gtk_widget_destroy(widgets->ThirdSocket);
|
|
|
|
|
|
|
|
on_backToSettingsButton_clicked(widgets->ButtonBackToMain,widgets);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void on_Item_activated(GtkIconView* self, GtkTreePath* path, actionWidgets *applist){
|
|
|
|
void on_Item_activated(GtkIconView* self, GtkTreePath* path, actionWidgets *applist){
|
|
|
|
|