Comment 10 for bug 390816

Revision history for this message
Shih-Yuan Lee (fourdollars) wrote :

I see the following in gnome-power-manager-2.30.0/src/gpm-prefs-core.c line 382

} else if (policy == GPM_ACTION_POLICY_NOTHING) {
    /* we only add do nothing in the GUI if the user has explicitly specified this in GConf */
    if (value == GPM_ACTION_POLICY_NOTHING) {
        gtk_combo_box_append_text (GTK_COMBO_BOX (widget), _("Do nothing"));
        g_ptr_array_add (array, GINT_TO_POINTER (policy));
    }
} else {
    egg_warning ("Unknown action read from conf: %i", policy);
}