BwackNinja / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
3 stars 0 forks source link

Preferences: segfault and critical warnings #6

Closed IgnorantGuru closed 12 years ago

IgnorantGuru commented 12 years ago

Opening the View|Preferences dialog reveals multiple warnings like these:

(spacefm:6220): Gtk-CRITICAL **: IA__gtk_combo_box_text_append_text: assertion `GTK_IS_COMBO_BOX_TEXT (combo_box)' failed

(spacefm:6220): Gtk-CRITICAL **: IA__gtk_combo_box_text_get_active_text: assertion `GTK_IS_COMBO_BOX_TEXT (combo_box)' failed

Also, clicking OK in Preferences segfaults:

(spacefm:6253): Gtk-CRITICAL **: IA__gtk_combo_box_text_get_active_text: assertion `GTK_IS_COMBO_BOX_TEXT (combo_box)' failed

(spacefm:6253): GLib-CRITICAL **: g_strchug: assertion `string != NULL' failed

(spacefm:6253): GLib-CRITICAL **: g_strchomp: assertion `string != NULL' failed
Segmentation fault
IgnorantGuru commented 12 years ago

next branch has some reversions to stabilize this until corrected.

BwackNinja commented 12 years ago

Fixed.