Changeset d759de258fc66ff7078cbf936bc5bae38e2db6c3
- Timestamp:
- 10/12/08 21:06:32 (5 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- 6cb2a945e0d4db91d47be1384bba73331dc6f8c2
- Children:
- 1bd84c9d6dcc0de860310abca412cc2d271f2d41
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-10-12T21:06:32Z+0200
- Message:
-
Fixed double unref of IO object of synced-in sessions
2008-10-12 Armin Burgmeier <armin@…>
- code/operations/operation-open.cpp: Fixed double unref of IO object.
- code/core/browser.cpp: Added a TODO comment about initial root node
expansion for direct connections.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6cb2a94
|
rd759de2
|
|
| | 1 | 2008-10-12 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * code/operations/operation-open.cpp: Fixed double unref of IO object. |
| | 4 | |
| | 5 | * code/core/browser.cpp: Added a TODO comment about initial root node |
| | 6 | expansion for direct connections. |
| | 7 | |
| 1 | 8 | 2008-10-11 Armin Burgmeier <armin@arbur.net> |
| 2 | 9 | |
-
|
red98d09
|
rd759de2
|
|
| 301 | 301 | m_browser_store, INF_XML_CONNECTION(xmpp), |
| 302 | 302 | hostname.c_str()); |
| | 303 | |
| | 304 | /* TODO: Initial root node expansion for the newly added node. |
| | 305 | * This probably requires additional API in |
| | 306 | * InfGtkBrowserView */ |
| 303 | 307 | } |
| 304 | 308 | } |
-
|
rbd34be3
|
rd759de2
|
|
| 385 | 385 | g_object_unref(text_gtk_buffer); |
| 386 | 386 | |
| 387 | | g_object_unref(io); |
| 388 | 387 | m_request = infc_browser_add_note_with_content( |
| 389 | 388 | m_browser, &m_parent, m_name.c_str(), Plugins::TEXT, |