After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 571690 - warning about inserting an action group that already exists
warning about inserting an action group that already exists
Status: RESOLVED FIXED
Product: giggle
Classification: Other
Component: UI: History View
HEAD
Other Linux
: Normal critical
: 0.4.91
Assigned To: Mathias Hasselmann (IRC: tbf)
Depends on:
Blocks:
 
 
Reported: 2009-02-13 22:57 UTC by Jonathon Jongsma
Modified: 2009-02-15 09:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jonathon Jongsma 2009-02-13 22:57:52 UTC
running current head from git, I seem to get this warning printed to the terminal a lot:

(giggle:15977): Gtk-WARNING **: Inserting action group 'ViewShell' into UI manager which already has a group with this name

trace:

  • #0 g_logv
    at gmessages.c line 493
  • #1 g_log
    at gmessages.c line 517
  • #2 gtk_ui_manager_insert_action_group
    at gtkuimanager.c line 720
  • #3 view_shell_set_ui_manager
    at giggle-view-shell.c line 67
  • #4 view_shell_set_property
    at giggle-view-shell.c line 159
  • #5 object_set_property
    at gobject.c line 942
  • #6 g_object_newv
    at gobject.c line 1237
  • #7 g_object_new_valist
    at gobject.c line 1319
  • #8 g_object_new
    at gobject.c line 1060
  • #9 giggle_view_shell_new_with_ui
    at giggle-view-shell.c line 308
  • #10 view_history_setup_revision_pane
    at giggle-view-history.c line 582
  • #11 view_history_constructed
    at giggle-view-history.c line 629
  • #12 g_object_newv
    at gobject.c line 1233
  • #13 g_object_new_valist
    at gobject.c line 1319
  • #14 g_object_new
    at gobject.c line 1060
  • #15 giggle_view_history_new
    at giggle-view-history.c line 837
  • #16 giggle_window_init
    at giggle-window.c line 1596
  • #17 g_type_create_instance
    at gtype.c line 1674
  • #18 g_object_constructor
    at gobject.c line 1338
  • #19 g_object_newv
    at gobject.c line 1215
  • #20 g_object_new_valist
    at gobject.c line 1278
  • #21 g_object_new
    at gobject.c line 1060
  • #22 giggle_window_new
    at giggle-window.c line 1714
  • #23 main
    at giggle-main.c line 98

Comment 1 Mathias Hasselmann (IRC: tbf) 2009-02-15 09:10:37 UTC
Fixed in c64e2e1d67a16ebc1d3d8ab45af9e38cc5ce9b9f.