~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/gnome-desktop-item-edit.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
GSList *panel_applet_list_applets (void) { return NULL; }
17
17
#include "panel-gconf.h"
18
18
GConfClient *panel_gconf_get_client (void) { return NULL; }
19
 
#include "panel-config-global.h"
20
 
gboolean panel_global_config_get_tooltips_enabled (void) { return FALSE; }
21
 
#include "panel-lockdown.h"
22
 
gboolean panel_lockdown_get_disable_lock_screen (void) { return FALSE; }
 
19
#include "panel-bindings.h"
 
20
guint panel_bindings_get_mouse_button_modifier_keymask (void) { return 0; }
 
21
#include "panel-toplevel.h"
 
22
GType panel_toplevel_get_type (void) { return 0; }
23
23
 
24
24
static int dialogs = 0;
25
25
static gboolean create_new = FALSE;