Changeset 2270de3b6315c289b39835cf98ecb546946dce43
- Timestamp:
- 07/09/07 22:55:29 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- be1b56bbd438ae97c8e3d71f1bdfb610749fbf9f
- Children:
- 726d5d0ad66d2321ad33770471ea15ef68c0731a
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-07-09T20:55:29Z+0000
- Message:
-
2007-07-09 Philipp Kern <phil@…>
- src/main.cpp: bugfix to use IPC by default
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rbe1b56b
|
r2270de3
|
|
| | 1 | 2007-07-09 Philipp Kern <phil@0x539.de> |
| | 2 | |
| | 3 | * src/main.cpp: bugfix to use IPC by default |
| | 4 | |
| 1 | 5 | 2007-07-09 Philipp Kern <phil@0x539.de> |
| 2 | 6 | |
-
|
r4cf90bd
|
r2270de3
|
|
| 123 | 123 | Gobby::init_gettext(gobby_package); |
| 124 | 124 | |
| 125 | | bool new_instance = true; |
| | 125 | bool new_instance = false; |
| 126 | 126 | Glib::ustring join; |
| 127 | 127 | |