Comment 15 for bug 1131664

Revision history for this message
bluedxca93 (bluedxca93) wrote : Re: Patch the menus of the 'Calculator', 'Document Viewer' and 'System Settings' apps to fit with Unity

fileroller = 3.7x in fr-window.c
  menubar = gtk_ui_manager_get_widget (ui, "/MenuBar");
 fr_window_attach (FR_WINDOW (window), menubar, FR_WINDOW_AREA_MENUBAR);
  gtk_widget_show (menubar);

and after 3.7.x to the new version (3.10)

g_object_set (other_actions_action, "menu", gtk_ui_manager_get_widget (ui, "/OtherActionsMenu"), NULL);
 g_object_unref (other_actions_action);

for evince see:
http://gnome-look.org/content/show.php/Evince+3.10+with+menubar?content=161336