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

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-01-24 14:27:25 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100124142725-g9yiibyk7zpbqcrs
Tags: 0.6.5-0ubuntu1
* New upstream bug-fix release.
 - Correct file order when on lower panel. (Closes: #557510)
* debian/control:
 - Fix typo in Vcs-Bzr field.
 - Add ${misc:Depends}
* debian/{control, rules, compat}:
 - Move to simplified dh rules.
* debian/copyright: Clean up to respect current Dep5
* debian/source/format: Moved to DebSrc version 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * File:                main.c
3
3
 * Created:             September 2005
4
4
 * Created by:          Axel von Bertoldi
5
 
 * Last Modified:       April 2009
 
5
 * Last Modified:       November 2009
6
6
 * Last Modified by:    Axel von Bertoldi
7
 
 * (C) 2005-2008        Axel von Bertoldi
 
7
 * (C) 2005-2009        Axel von Bertoldi
8
8
 *
9
9
 * This program is free software; you can redistribute it and/or modify it
10
10
 * under the terms of the GNU General Public License as published by the Free
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.4"
 
34
#define VERSION             "0.6.5"
35
35
 
36
36
/******************************************************************************/
37
37
static const gchar file_browser_applet_menu_xml [] =
83
83
        "Serkan Kaba <serkan@gentoo.org>",
84
84
        "Silvio Ricardo Cordeiro <silvioricardoc@gmail.com>",
85
85
        "pachoramos",
 
86
        "Ivan Baldo <ibaldo@adinet.com.uy>",
86
87
        NULL
87
88
    };
88
89
    const gchar *documenters [] = {