~ubuntu-branches/ubuntu/natty/awn-extras-applets/natty

« back to all changes in this revision

Viewing changes to applets/maintained/cairo-menu/misc.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-04-11 22:38:55 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100411223855-mamzuv887xyms08b
Tags: 0.4.0-0ubuntu1
* New upstream release.
 - Close cairo-menu after a click (LP: #511256)
 - Fix crash of awn-system-monitor (LP: #545164)
 - Fix crash when removing a volume >1 or adding volume >1 or using prefs
   while > 1 volumes is present (LP: #556175)
 - Fix crash of media-control when Rhythmbox quit (LP: #558463)
 - Fix crash of file-browser-launcher when there is no .gtk-bookmarks
   (LP: #551119)
* debian/awn-c-extras.install: 
 - Install icons and ini files for webapplets
* debian/awn-python-core.install:
 - Install ui file for comics (LP: #552376)
* debian/patches:
 - 03-remove-cairo-menu-pref.patch: Merged upstream.
 - 04-tomboy-threading-free.patch: Merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
DesktopAgnosticFDODesktopEntry * get_desktop_entry (gchar * desktop_file);
43
43
 
44
 
void _launch (GtkWidget *widget,GdkEventButton *event,gchar * desktop_file);
 
44
void _launch (GtkWidget *widget,gchar * desktop_file);
45
45
 
46
46
GtkWidget * get_gtk_image (const gchar const * icon_name);
47
47