Skip to content

Commit

Permalink
- added API for Storage::GetWinPrimPartitions (bnc#797665)
Browse files Browse the repository at this point in the history
- 2.23.3
  • Loading branch information
jsuchome committed Jan 30, 2013
1 parent a319f6b commit 93af492
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.23.2
2.23.3
6 changes: 6 additions & 0 deletions package/yast2-packager.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 30 11:21:44 CET 2013 - jsuchome@suse.cz

- added API for Storage::GetWinPrimPartitions (bnc#797665)
- 2.23.3

-------------------------------------------------------------------
Tue Jan 29 11:25:51 UTC 2013 - lslezak@suse.cz

Expand Down
2 changes: 1 addition & 1 deletion src/clients/wrapper_storage.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{
y2error("Missing argument for Storage::GetWinPrimPartitions()");
}
else
else
{
map<string,map> param1 = (map<string,map>)param[0]:nil;
ret = Storage::GetWinPrimPartitions (param1);
Expand Down

0 comments on commit 93af492

Please sign in to comment.