Ah, that's a bug in gedit actually. gedit/gedit-window.c declares the "state" 
property as GFlags:
……………………g_object_class_install_property (object_class,
………………………………………………………………………………………………………… PROP_STATE,
………………………………………………………………………………………………………… g_param_spec_flags ("state",
……………………………………………………………………………………………………………………………………………………     "State",
……………………………………………………………………………………………………………………………………………………     "The window's 
state",
……………………………………………………………………………………………………………………………………………………     
GEDIT_TYPE_WINDOW_STATE,
……………………………………………………………………………………………………………………………………………………     
GEDIT_WINDOW_STATE_NORMAL,
……………………………………………………………………………………………………………………………………………………     G_PARAM_READABLE |
……………………………………………………………………………………………………………………………………………………     
G_PARAM_STATIC_STRINGS));

But gedit_window_get_property() calls g_value_set_enum() on the GValue;
it should be g_value_set_flags().

** Also affects: gedit (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: gedit (Ubuntu)
       Status: New => Triaged

** Project changed: autopilot-gtk => gedit

** Bug watch added: GNOME Bug Tracker #721730
   https://bugzilla.gnome.org/show_bug.cgi?id=721730

** Changed in: gedit
   Importance: Undecided => Unknown

** Changed in: gedit
       Status: Confirmed => Unknown

** Changed in: gedit
 Remote watch: None => GNOME Bug Tracker #721730

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1283966

Title:
  Looping while selecting the same object is causing the application to
  die raising a dbus no reply exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/1283966/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to