~ubuntu-branches/ubuntu/hardy/deskbar-applet/hardy

« back to all changes in this revision

Viewing changes to deskbar/core/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-12-18 10:38:57 UTC
  • mfrom: (1.5.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218103857-c4sc200c0d8msrhb
Tags: 2.21.4-0ubuntu1
* New upstream version:
  - Fixed: Doesn't load modules from one file when only one 
    of them has missing requirements
  - load_icon returns "stock_unknown" icon if given icon is not available
  - Fixed bug #351817: Adding gnome templates to deskbar applet
  - Mark action as invalid if no default application is registered 
    to open the file. However, Deskbar-Applet does not respect 
    invalid actions, yet.
  - Fixed bug #490297: Window role for search window. 
    Window role set to "deskbar-search-window"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS = gnomedesktop keybinder updater
2
 
 
 
1
SUBDIRS = gnomedesktop keybinder updater _userdirs
 
2
        
3
3
deskbar_coredir = $(pythondir)/deskbar/core
4
4
deskbar_core_PYTHON = \
5
5
        __init__.py \
15
15
        ModuleLoader.py \
16
16
        ThreadPool.py \
17
17
        Utils.py \
18
 
        Watcher.py
 
 
b'\\ No newline at end of file'
 
18
        Watcher.py