]> git.pld-linux.org Git - packages/k3b.git/blame - k3b-group.patch
- 0.12.11
[packages/k3b.git] / k3b-group.patch
CommitLineData
fc67601b 1--- k3b-0.11.18/k3bsetup/k3bsetup2.cpp~ 2004-11-28 14:27:24.000000000 +0200
2+++ k3b-0.11.18/k3bsetup/k3bsetup2.cpp 2005-01-02 20:03:05.000000000 +0200
23abad51
ER
3@@ -329,7 +329,7 @@
4
5 d->config->setGroup( "General Settings" );
6 w->m_checkUseBurningGroup->setChecked( d->config->readBoolEntry( "use burning group", false ) );
7- w->m_editBurningGroup->setText( d->config->readEntry( "burning group", "burning" ) );
8+ w->m_editBurningGroup->setText( d->config->readEntry( "burning group", "cdwrite" ) );
9
10
11 // load search path
12@@ -343,7 +343,7 @@
13 void K3bSetup2::defaults()
14 {
15 w->m_checkUseBurningGroup->setChecked(false);
16- w->m_editBurningGroup->setText( "burning" );
17+ w->m_editBurningGroup->setText( "cdwrite" );
18
19 //
20 // This is a hack to work around a kcm bug which makes the faulty assumption that
21@@ -486,7 +486,7 @@
22 QString K3bSetup2::burningGroup() const
23 {
24 QString g = w->m_editBurningGroup->text();
25- return g.isEmpty() ? QString("burning") : g;
26+ return g.isEmpty() ? QString("cdwrite") : g;
27 }
28
29
This page took 0.104218 seconds and 4 git commands to generate.