-rw-r--r-- | noncore/apps/confedit/mainwindow.cpp | 6 | ||||
-rw-r--r-- | noncore/apps/confedit/opie-confedit.control | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/noncore/apps/confedit/mainwindow.cpp b/noncore/apps/confedit/mainwindow.cpp index 17a5058..fc403d2 100644 --- a/noncore/apps/confedit/mainwindow.cpp +++ b/noncore/apps/confedit/mainwindow.cpp | |||
@@ -76,2 +76,3 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags f ) : | |||
76 | this, SLOT( stopTimer( QListViewItem* ) ) ); | 76 | this, SLOT( stopTimer( QListViewItem* ) ) ); |
77 | setCurrent(0); | ||
77 | } | 78 | } |
@@ -121,2 +122,3 @@ void MainWindow::setCurrent(QListViewItem *item) | |||
121 | { | 122 | { |
123 | editor->hide(); | ||
122 | if (!item) return; | 124 | if (!item) return; |
@@ -127,3 +129,2 @@ void MainWindow::setCurrent(QListViewItem *item) | |||
127 | { | 129 | { |
128 | editor->hide(); | ||
129 | updateGeometry(); | 130 | updateGeometry(); |
@@ -132,3 +133,4 @@ void MainWindow::setCurrent(QListViewItem *item) | |||
132 | return; | 133 | return; |
133 | }else editor->show(); | 134 | } |
135 | editor->show(); | ||
134 | _fileItem = 0; | 136 | _fileItem = 0; |
diff --git a/noncore/apps/confedit/opie-confedit.control b/noncore/apps/confedit/opie-confedit.control new file mode 100644 index 0000000..a5491f8 --- a/dev/null +++ b/noncore/apps/confedit/opie-confedit.control | |||
@@ -0,0 +1,10 @@ | |||
1 | Packagename: opie-confeditor | ||
2 | Files: bin/confedit apps/Settings/confedit.desktop pics/confedit/confedit.png | ||
3 | Priority: optional | ||
4 | Section: opie/ | ||
5 | Maintainer: Patrick S. Vogt <tille@handhelds.org> | ||
6 | Architecture: arm | ||
7 | Version: $QPE_VERSION-$SUB_VERSION | ||
8 | Depends: opie-base ($QPE_VERSION) | ||
9 | Description: An enditor for the ~/Settings/*.conf files | ||
10 | |||