~ubuntu-branches/ubuntu/trusty/gnome-utils/trusty

« back to all changes in this revision

Viewing changes to logview/logview-window.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-21 21:13:36 UTC
  • Revision ID: package-import@ubuntu.com-20120321211336-3joprtdk2evtqf1j
Tags: 3.2.1-0ubuntu6
Dropped other binaries which have their sources, keep the transitional
dummy gnome-utils for the lts though

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include "logview-manager.h"
36
36
#include "logview-filter-manager.h"
37
37
 
38
 
#include <launchpad-integration.h>
39
 
 
40
38
#define APP_NAME _("System Log Viewer")
41
39
#define SEARCH_START_MARK "lw-search-start-mark"
42
40
#define SEARCH_END_MARK "lw-search-end-mark"
1295
1293
  res = gtk_ui_manager_add_ui_from_file (priv->ui_manager,
1296
1294
                                         LOGVIEW_DATADIR "/logview-toolbar.xml",
1297
1295
                                         &error);
1298
 
  launchpad_integration_add_ui(priv->ui_manager, "ui/LogviewMenu/HelpMenu/LaunchpadItems");
1299
1296
 
1300
1297
  if (res == FALSE) {
1301
1298
    priv->ui_manager = NULL;