~ted/indicator-network/xdg-hook

« back to all changes in this revision

Viewing changes to network/network-action-manager.vala

  • Committer: Tarmac
  • Author(s): Ted Gould
  • Date: 2013-08-20 20:00:13 UTC
  • mfrom: (263.1.1 initial-panel-state)
  • Revision ID: tarmac-20130820200013-l601k11x7somi9us
Set base action parameter_type to null.

Approved by PS Jenkins bot, Nick Dedekind.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                         */
61
61
 
62
62
                        conn_status = new SimpleAction.stateful ("network-status",
63
 
                                                                                                         new VariantType ("(sssb)"),
 
63
                                                                                                         null,
64
64
                                                                                                         new Variant("(sssb)", "", "network-offline", "Network (none)", true));
65
65
                        actions.insert (conn_status);
66
66