~kelemeng/banshee/bug743928

« back to all changes in this revision

Viewing changes to src/Core/Banshee.Widgets/Banshee.Widgets/VolumeButton.cs

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-05-14 22:25:36 UTC
  • mfrom: (6.3.15 experimental)
  • Revision ID: james.westby@ubuntu.com-20110514222536-u1x7ikxdqkmfvyuz
Tags: 2.1.0-1ubuntu1
* [2396c18] Merge from Debian Unstable, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + Create the U1MS widget earlier and bump libu1 requirement
* [9d7c600] Drop upstreamed u1ms-initialize-earlier patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
331
331
        }
332
332
 
333
333
        // FIXME: There's no g_signal_stop_emission* binding:
334
 
        // http://bugzilla.ximian.com/show_bug.cgi?id=76416
 
334
        // http://bugzilla.novell.com/show_bug.cgi?id=319275
335
335
 
336
336
        [DllImport("libgobject-2.0-0.dll")]
337
337
        private static extern void g_signal_stop_emission_by_name(IntPtr o, string signal);
590
590
        // FIXME: This is seriously LAME. The Gtk# binding does not support mutating
591
591
        // Gdk.Event* objects. All the properties are marked read only. Support for
592
592
        // these objects is simply incomplete.
593
 
        // http://bugzilla.ximian.com/show_bug.cgi?id=80685
 
593
        // http://bugzilla.novell.com/show_bug.cgi?id=323373
594
594
 
595
595
        private void UpdateEventButton(Gdk.EventButton evnt, Gdk.Window window, Gdk.EventType type)
596
596
        {
689
689
            // FIXME: This is also seriously LAME. The MinSliderSize property is "protected"
690
690
            // according to gtkrange.h, and thus should be exposed and accessible through
691
691
            // this sub-class, but GAPI does not bind protected structure fields. LAME LAME.
692
 
            // http://bugzilla.ximian.com/show_bug.cgi?id=80684
 
692
            // http://bugzilla.novell.com/show_bug.cgi?id=323372
693
693
 
694
694
            [DllImport("libgobject-2.0-0.dll")]
695
695
            private static extern void g_type_query(IntPtr type, IntPtr query);