Skip to content

Commit

Permalink
move an include statement to the top level
Browse files Browse the repository at this point in the history
needed for Ruby translation

- 2.24.0
  • Loading branch information
Ladislav Slezak committed Jul 16, 2013
1 parent f103dcf commit e806913
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.22.1
2.24.0
7 changes: 7 additions & 0 deletions package/yast2-proxy.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 16 07:56:11 UTC 2013 - lslezak@suse.cz

- move an include statement to the top level (needed for Ruby
translation)
- 2.24.0

-------------------------------------------------------------------
Wed Apr 11 11:15:23 CEST 2012 - mvidner@suse.cz

Expand Down
4 changes: 2 additions & 2 deletions src/clients/proxy.ycp
Expand Up @@ -23,6 +23,8 @@ import "Label";
import "Proxy";
import "Wizard";

include "proxy/dialogs.ycp";

/**
* Return a modification status
* @return true if data was modified
Expand All @@ -32,8 +34,6 @@ define boolean Modified() {
}

any ProxyGUI() {
include "proxy/dialogs.ycp";

Proxy::Read ();

Wizard::CreateDialog();
Expand Down

0 comments on commit e806913

Please sign in to comment.