Skip to content

Commit

Permalink
use Wizard::SetDesktopTitleAndIcon
Browse files Browse the repository at this point in the history
svn path=/trunk/sound/; revision=66171
  • Loading branch information
Stanislav Višňovský committed Sep 29, 2011
1 parent 1ab1cac commit d4a9faa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.21.1
2.21.2
6 changes: 6 additions & 0 deletions package/yast2-sound.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 29 13:51:50 CEST 2011 - visnov@suse.cz

- set dialog title
- 2.21.2

-------------------------------------------------------------------
Fri Aug 5 12:35:15 CEST 2011 - tgoettlicher@suse.de

Expand Down
2 changes: 1 addition & 1 deletion sound/src/joystick.ycp
Expand Up @@ -231,7 +231,7 @@

// create wizard dialog
Wizard::CreateDialog();
Wizard::SetDesktopIcon("joystick");
Wizard::SetDesktopTitleAndIcon("joystick");

Wizard::SetAbortButton(`abort, Label::CancelButton());

Expand Down
2 changes: 1 addition & 1 deletion sound/src/wizards.ycp
Expand Up @@ -256,7 +256,7 @@ define symbol SoundSequence () ``{
Sound::use_ui = true;

Wizard::CreateDialog();
Wizard::SetDesktopIcon("sound");
Wizard::SetDesktopTitleAndIcon("sound");

if (!Mode::config() && !Sound::installation)
{
Expand Down
3 changes: 2 additions & 1 deletion yast2-sound.spec.in
Expand Up @@ -6,7 +6,8 @@ License: GPL v2 or later
BuildRequires: alsa-devel gcc-c++ doxygen perl-XML-Writer update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite kernel-default ruby

# GetInstArgs::automatic_configuration
Requires: yast2 >= 2.16.46
# Wizard::SetDesktopTitleAndIcon
Requires: yast2 >= 2.21.22
Requires: alsa

Provides: yast2-config-sound yast2-agent-audio yast2-agent-audio-devel
Expand Down

0 comments on commit d4a9faa

Please sign in to comment.