~ubuntu-branches/ubuntu/hardy/gnome-menus/hardy

« back to all changes in this revision

Viewing changes to libmenu/menu-monitor-none.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-01-07 11:57:06 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20080107115706-eya0xoo45mf53bvn
Tags: 2.21.3-0ubuntu1
* New upstream version:
  - Fix for api change in gio
  - Prevent a major memory leak
* debian/control.in:
  - don't Build-Depends on libgnomevfs2-dev
  - updated libglib requirement
* debian/patches/07_gnomevfs.patch:
  - dropped, not required since the new version use gio
* debian/patches/20_show-admin-tools-for-admin-group.patch:
  - new version update
* debian/patches/70_reautogen.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2005 Red Hat, Inc.
 
3
 * Copyright (C) 2006 Mark McLoughlin
 
4
 *
 
5
 * This library is free software; you can redistribute it and/or
 
6
 * modify it under the terms of the GNU Lesser General Public
 
7
 * License as published by the Free Software Foundation; either
 
8
 * version 2 of the License, or (at your option) any later version.
 
9
 *
 
10
 * This library is distributed in the hope that it will be useful,
 
11
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
 * Lesser General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU Lesser General Public
 
16
 * License along with this library; if not, write to the
 
17
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
18
 * Boston, MA 02111-1307, USA.
 
19
 */
 
20
 
 
21
#include <config.h>
 
22
 
 
23
#include "menu-monitor-backend.h"
 
24
 
 
25
#include "menu-util.h"
 
26
 
 
27
void
 
28
menu_monitor_backend_register_monitor (MenuMonitor *monitor)
 
29
{
 
30
  g_warning ("No menu monitor compiled in!");
 
31
}
 
32
 
 
33
void
 
34
menu_monitor_backend_unregister_monitor (MenuMonitor *monitor)
 
35
{
 
36
}