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

« back to all changes in this revision

Viewing changes to Docky.DBus/Docky.DBus/RemoteFileMenuEntry.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
 
//  Copyright (C) 2009 Chris Szikszoy
 
2
//  Copyright (C) 2009, 2010 Chris Szikszoy
3
3
// 
4
4
//  This program is free software: you can redistribute it and/or modify
5
5
//  it under the terms of the GNU General Public License as published by
24
24
 
25
25
namespace Docky.DBus
26
26
{
27
 
 
28
27
        public class RemoteFileMenuEntry : RemoteMenuEntry
29
28
        {
30
 
 
31
 
                public RemoteFileMenuEntry (uint id, GLib.File file, string groupTitle) : base(id, file.Basename, "", groupTitle)
 
29
                public RemoteFileMenuEntry (GLib.File file, string groupTitle) : base (file.Basename, "", groupTitle)
32
30
                {
33
31
                        Clicked += delegate {
34
32
                                DockServices.System.Open (file);