~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/jabber_whiteboard/message-node.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                this->_recipient = recip;
62
62
        }
63
63
 
64
 
        ~MessageNode() 
 
64
    virtual ~MessageNode() 
65
65
        {
66
66
//              g_log(NULL, G_LOG_LEVEL_DEBUG, "MessageNode destructor");
67
67
                /*
126
126
  Local Variables:
127
127
  mode:c++
128
128
  c-file-style:"stroustrup"
129
 
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
129
  c-file-offsets:((innamespace . 0)(inline-open . 0))
130
130
  indent-tabs-mode:nil
131
131
  fill-column:99
132
132
  End:
133
133
*/
134
 
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
 
134
// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :