~ubuntu-branches/debian/sid/docky/sid

« back to all changes in this revision

Viewing changes to Docky.Items/Docky.Menus/MenuList.cs

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2012-01-19 19:03:38 UTC
  • mfrom: (1.1.14) (10.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20120119190338-n44q7tmqsrkudvk7
Tags: 2.1.3-2
* Upload to unstable
* debian/watch:
  + Look for xz tarballs from now on

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//  
2
2
//  Copyright (C) 2009 Jason Smith
 
3
//  Copyright (C) 2010 Robert Dyer
3
4
// 
4
5
//  This program is free software: you can redistribute it and/or modify
5
6
//  it under the terms of the GNU General Public License as published by
30
31
                RelatedItems,
31
32
                CustomOne,
32
33
                CustomTwo,
 
34
                ProxiedItems,
33
35
                Footer,
34
36
        }
35
37