~matttbe/ubuntu/raring/rhythmbox/lp1010619

« back to all changes in this revision

Viewing changes to shell/rb-shell.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-05-14 16:11:13 UTC
  • Revision ID: package-import@ubuntu.com-20120514161113-cnsvyps7qrlnbb00
Tags: 2.96-0ubuntu5
* debian/control:
  - Use standards version 3.9.3
  - Drop dependency on liblaunchpad-integration-3.0-dev
* debian/patches/01_lpi.patch:
  - Dropped, we no longer do Launchpad integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include <ctype.h>
43
43
#include <stdio.h>
44
44
#include <sys/stat.h>
45
 
#include <launchpad-integration.h>
46
45
 
47
46
#include <glib/gi18n.h>
48
47
#include <gdk/gdk.h>
861
860
        gtk_ui_manager_ensure_update (shell->priv->ui_manager);
862
861
        gtk_window_add_accel_group (GTK_WINDOW (shell->priv->window),
863
862
                                    gtk_ui_manager_get_accel_group (shell->priv->ui_manager));
864
 
 
865
 
        launchpad_integration_add_ui (shell->priv->ui_manager,
866
 
                                      "/MenuBar/HelpMenu/LaunchpadItems");
867
 
 
868
863
        menubar = gtk_ui_manager_get_widget (shell->priv->ui_manager, "/MenuBar");
869
864
 
870
865
        gtk_box_pack_start (GTK_BOX (shell->priv->main_vbox), menubar, FALSE, FALSE, 0);