← Back to team overview

gwibber-bugs team mailing list archive

[Bug 812462] [NEW] vala code refuses to compile on Fedora 15

 

Public bug reported:

  VALAC  gwibber_vala.stamp
tab-bar-widgets.vala:126.64-126.68: error: Argument 2: Cannot pass out argument to non-output parameter
        get_style_context ().get_color (Gtk.StateFlags.NORMAL, out c);
                                                               ^^^^^
tab-bar-widgets.vala:36.50-36.58: error: Argument 2: Cannot pass out argument to non-output parameter
                                                 out color);
                                                 ^^^^^^^^^

I have attached a patch that seems to resolve it.

** Affects: gwibber
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Gwibber
Bug Heros, which is subscribed to Gwibber.
https://bugs.launchpad.net/bugs/812462

Title:
  vala code refuses to compile on Fedora 15

Status in Gwibber:
  New

Bug description:
    VALAC  gwibber_vala.stamp
  tab-bar-widgets.vala:126.64-126.68: error: Argument 2: Cannot pass out argument to non-output parameter
          get_style_context ().get_color (Gtk.StateFlags.NORMAL, out c);
                                                                 ^^^^^
  tab-bar-widgets.vala:36.50-36.58: error: Argument 2: Cannot pass out argument to non-output parameter
                                                   out color);
                                                   ^^^^^^^^^

  I have attached a patch that seems to resolve it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwibber/+bug/812462/+subscriptions


Follow ups

References