Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45650
Collapse All | Expand All

(-)vaiobright-2.5/readme (+1 lines)
Lines 28-33 Link Here
28
bright or max dark depending on the current value.
28
bright or max dark depending on the current value.
29
29
30
Changelog:
30
Changelog:
31
              Sat 20 Mar 2004   Fixed the "Info" tab (Billy Goto)
31
2.5           Sun 20 Oct 2002   Removed need for external helper applications
32
2.5           Sun 20 Oct 2002   Removed need for external helper applications
32
                                entirely.  SonyPI is now required, but no suid
33
                                entirely.  SonyPI is now required, but no suid
33
                                or spicctrl binaries are needed.
34
                                or spicctrl binaries are needed.
(-)vaiobright-2.5/vaiobright.c (-14 / +2 lines)
Lines 422-442 Link Here
422
                       (GtkSignalFunc) vaiobright_toggle_toggled, REVERSE_TOGGLE);
422
                       (GtkSignalFunc) vaiobright_toggle_toggled, REVERSE_TOGGLE);
423
423
424
    /* Help tab */
424
    /* Help tab */
425
    frame = gtk_frame_new(NULL);
425
    vbox = gkrellm_gtk_framed_notebook_page(tabs,"Info");
426
    gtk_container_border_width(GTK_CONTAINER(frame),3);
426
    text = gkrellm_gtk_scrolled_text_view(vbox, NULL, GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
427
    scrolled = gtk_scrolled_window_new(NULL,NULL);
428
    gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled),
429
                                   GTK_POLICY_AUTOMATIC,GTK_POLICY_AUTOMATIC);
430
431
    gtk_container_add(GTK_CONTAINER(frame),scrolled);
432
    label = gtk_label_new("Info");
433
    gtk_notebook_append_page(GTK_NOTEBOOK(tabs),frame,label);
434
435
    text = gtk_text_view_new();
436
    gtk_text_view_set_editable(GTK_TEXT_VIEW(text),FALSE);
437
    vaiobright_create_help_text(text);
427
    vaiobright_create_help_text(text);
438
    gtk_container_add(GTK_CONTAINER(scrolled),text);
439
440
428
441
    /* About tab */
429
    /* About tab */
442
    plugin_about_text = g_strdup_printf(
430
    plugin_about_text = g_strdup_printf(

Return to bug 45650