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

« back to all changes in this revision

Viewing changes to Docky/Gtk/Widget_Extensions.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:
23
23
 
24
24
namespace Gtk
25
25
{
26
 
 
27
 
 
28
26
        public static class Widget_Extensions
29
27
        {
30
 
 
31
28
                public static void SetCompositeColormap (this Gtk.Widget self)
32
29
                {
33
30
                        Gdk.Colormap colormap;