~ubuntu-branches/ubuntu/jaunty/tomboy/jaunty

« back to all changes in this revision

Viewing changes to libtomboy/eggaccelerators.h

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-12-23 13:22:58 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20081223132258-996tqipm5wqh31w6
Tags: 0.13.2-0ubuntu1
* Sync with Debian experimental
  -  debian/rules: build with dh_clistrip, to avoid stripping Mono
     debugging files in the package.
* New upstream release (LP: #308669)
  - Fix Windows<->Linux sync incompatiblities (##559094).
  - Fix data loss bug in sync and SetNoteCompleteXml dbus method.
  - Link fixes in HTML Export (##564150, Stefan Schweizer).
  - Header cleanups in libtomboy (#564235, Przemysław Grzegorczyk).  
* debian/patches/03_sm-name.patch:
  - Removed, merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef __EGG_ACCELERATORS_H__
21
21
#define __EGG_ACCELERATORS_H__
22
22
 
23
 
#include <gtk/gtkaccelgroup.h>
 
23
#include <gtk/gtk.h>
24
24
#include <gdk/gdk.h>
25
25
 
26
26
G_BEGIN_DECLS