Changed information label

pull/105/head
parent 80aac30205
commit 7b3228a32a

@ -155,7 +155,7 @@ void on_driver_pack_info(GtkWidget *, main_window *widgets){
gtk_tree_model_get(list_s,&iter,7,&module,8,&package,-1); gtk_tree_model_get(list_s,&iter,7,&module,8,&package,-1);
char *command = get_info_proprietary_command(yon_char_is_empty(module)?package:module); char *command = get_info_proprietary_command(yon_char_is_empty(module)?package:module);
yon_launch_app_with_arguments(command,""); yon_launch_app_with_arguments(command,"");
yon_ubl_status_box_render(INFO_PROCESS_LABEL,BACKGROUND_IMAGE_INFO_TYPE); yon_ubl_status_box_render(yon_char_get_localised_from_lib(SUCCESS_LABEL),BACKGROUND_IMAGE_INFO_TYPE);
} else { } else {
yon_ubl_status_box_render(PROPRIETARY_NOTHING_SELECTED_LABEL,BACKGROUND_IMAGE_FAIL_TYPE); yon_ubl_status_box_render(PROPRIETARY_NOTHING_SELECTED_LABEL,BACKGROUND_IMAGE_FAIL_TYPE);
} }

Loading…
Cancel
Save