~ubuntu-branches/ubuntu/natty/file-browser-applet/natty

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-07-01 17:43:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090701174320-47ghs6125y9in9e3
Tags: 0.6.4-0ubuntu1
* New upstream release.
 - Added option to display thumbnails (if available) instead of icons.
 - Usability improvements.
 - Code cleanups.
* debian/control:
 - Bump standards version to 3.8.2, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
#define APPLET_IID          "OAFIID:GNOME_FileBrowserApplet"
33
33
#define APPLET_FACTORY_IID  "OAFIID:GNOME_FileBrowserApplet_Factory"
34
 
#define VERSION             "0.6.2"
 
34
#define VERSION             "0.6.4"
35
35
 
36
36
/******************************************************************************/
37
37
static const gchar file_browser_applet_menu_xml [] =