]> git.pld-linux.org Git - packages/k3b.git/commitdiff
- default gid for burning is cdwrite in PLD
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 2 Jan 2005 18:38:37 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    k3b-group.patch -> 1.1

k3b-group.patch [new file with mode: 0644]

diff --git a/k3b-group.patch b/k3b-group.patch
new file mode 100644 (file)
index 0000000..6b6bf64
--- /dev/null
@@ -0,0 +1,29 @@
+--- k3b-0.11.18/src/k3bsetup/k3bsetup2.cpp~    2004-11-28 14:27:24.000000000 +0200
++++ k3b-0.11.18/src/k3bsetup/k3bsetup2.cpp     2005-01-02 20:03:05.000000000 +0200
+@@ -329,7 +329,7 @@
+   d->config->setGroup( "General Settings" );
+   w->m_checkUseBurningGroup->setChecked( d->config->readBoolEntry( "use burning group", false ) );
+-  w->m_editBurningGroup->setText( d->config->readEntry( "burning group", "burning" ) );
++  w->m_editBurningGroup->setText( d->config->readEntry( "burning group", "cdwrite" ) );
+   // load search path
+@@ -343,7 +343,7 @@
+ void K3bSetup2::defaults()
+ {
+   w->m_checkUseBurningGroup->setChecked(false);
+-  w->m_editBurningGroup->setText( "burning" );
++  w->m_editBurningGroup->setText( "cdwrite" );
+   //
+   // This is a hack to work around a kcm bug which makes the faulty assumption that
+@@ -486,7 +486,7 @@
+ QString K3bSetup2::burningGroup() const
+ {
+   QString g = w->m_editBurningGroup->text();
+-  return g.isEmpty() ? QString("burning") : g;
++  return g.isEmpty() ? QString("cdwrite") : g;
+ }
This page took 0.034907 seconds and 4 git commands to generate.