#0 IA__g_list_length (list=0x8775a0c0) at /build/buildd/glib2.0-2.14.1/glib/glist.c:481 [Error: /build/buildd/glib2.0-2.14.1/glib/glist.c was not found in source tree] #1 0x00002b85c05ac954 in IA__g_bookmark_file_get_uris (bookmark=0x720b20, length=0x7ffff1ad28f8) at /build/buildd/glib2.0-2.14.1/glib/gbookmarkfile.c:2086 [Error: /build/buildd/glib2.0-2.14.1/glib/gbookmarkfile.c was not found in source tree] #2 0x00002b85bd01ec26 in IA__gtk_recent_manager_get_items (manager=0x7034f0) at /build/buildd/gtk+2.0-2.12.0/gtk/gtkrecentmanager.c:1302 [Error: /build/buildd/gtk+2.0-2.12.0/gtk/gtkrecentmanager.c was not found in source tree] #3 0x00002b85c08796e1 in load_recent_store (this=0x706270) at bookmark-agent.c:846 841: 842: GList *node; 843: 844: 845: #ifdef USE_GTK_RECENT_MANAGER 846: items = gtk_recent_manager_get_items (gtk_recent_manager_get_default ()); 847: #else 848: model = egg_recent_model_new (EGG_RECENT_MODEL_SORT_MRU); 849: 850: if (priv->type == BOOKMARK_STORE_RECENT_APPS) 851: egg_recent_model_set_filter_groups (model, "recently-used-apps", NULL); #4 0x00002b85c087a2f2 in update_agent (this=0x706270) at bookmark-agent.c:576 571: update_agent (BookmarkAgent *this) 572: { 573: BookmarkAgentPrivate *priv = PRIVATE (this); 574: 575: priv->update_path (this); 576: priv->load_store (this); 577: 578: update_items (this); 579: } 580: 581: static void #5 0x00002b85ba3999b9 in actually_dispatch_callback (data=) at gnome-vfs-monitor.c:284 [Error: gnome-vfs-monitor.c was not found in source tree] #6 0x00002b85c05c6fd3 in IA__g_main_context_dispatch (context=0x656cf0) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2061 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #7 0x00002b85c05ca2dd in g_main_context_iterate (context=0x656cf0, block=1, dispatch=1, self=) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2694 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #8 0x00002b85c05ca5ea in IA__g_main_loop_run (loop=0x68a470) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2898 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #9 0x00002b85bb2b5346 in bonobo_main () at bonobo-main.c:311 [Error: bonobo-main.c was not found in source tree] #10 0x00002b85bb2b3801 in bonobo_generic_factory_main_timeout (act_iid=, factory_cb=, user_data=, #11 0x00002b85b91fa824 in panel_applet_factory_main_closure (iid=0x4121a9 "OAFIID:GNOME_MainMenu_Factory", applet_type=, closure=) #12 0x0000000000408b0d in main (argc=3, argv=) at main-menu.c:35 30: 31: #include "main-menu-migration.h" 32: 33: static gboolean main_menu_applet_init (PanelApplet *, const gchar *, gpointer); 34: 35: PANEL_APPLET_BONOBO_FACTORY ("OAFIID:GNOME_MainMenu_Factory", PANEL_TYPE_APPLET, "Main Menu", "0", 36: main_menu_applet_init, NULL); 37: 38: static gboolean 39: main_menu_applet_init (PanelApplet *applet, const gchar *iid, gpointer user_data) 40: {