Changeset d759de258fc66ff7078cbf936bc5bae38e2db6c3

Show
Ignore:
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:
3 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r6cb2a94 rd759de2  
     12008-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 
    182008-10-11  Armin Burgmeier  <armin@arbur.net> 
    29 
  • code/core/browser.cpp

    red98d09 rd759de2  
    301301                        m_browser_store, INF_XML_CONNECTION(xmpp), 
    302302                        hostname.c_str()); 
     303 
     304                /* TODO: Initial root node expansion for the newly added node. 
     305                 * This probably requires additional API in 
     306                 * InfGtkBrowserView */ 
    303307        } 
    304308} 
  • code/operations/operation-open.cpp

    rbd34be3 rd759de2  
    385385        g_object_unref(text_gtk_buffer); 
    386386 
    387         g_object_unref(io); 
    388387        m_request = infc_browser_add_note_with_content( 
    389388                m_browser, &m_parent, m_name.c_str(), Plugins::TEXT,