~ubuntu-branches/debian/experimental/kopete/experimental

« back to all changes in this revision

Viewing changes to plugins/addbookmarks/addbookmarksplugin.cpp

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-02-24 11:32:57 UTC
  • mfrom: (1.1.41 vivid)
  • Revision ID: package-import@ubuntu.com-20150224113257-gnupg4v7lzz18ij0
Tags: 4:14.12.2-1
* New upstream release (14.12.2).
* Bump Standards-Version to 3.9.6, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
//
11
11
//
12
12
 
 
13
#include "addbookmarksplugin.h"
 
14
 
13
15
#include <kdebug.h>
14
16
#include <kbookmark.h>
15
17
#include <qvariant.h>
16
18
#include <qtextcodec.h>
17
19
#include <qregexp.h>
18
20
 
19
 
#include "addbookmarksplugin.h"
20
21
#include "kopetecontact.h"
21
22
#include "kopetechatsessionmanager.h"
22
23
#include "kopeteglobal.h"
58
59
                                //kDebug (14501) << "name:" << msg.from()->metaContact()->displayName();
59
60
                        }
60
61
                        else {
61
 
                                addKopeteBookmark(*it, msg.from()->nickName() );
62
 
                                //kDebug (14501) << "name:" << msg.from()->nickName();
 
62
                                addKopeteBookmark(*it, msg.from()->displayName() );
 
63
                                //kDebug (14501) << "name:" << msg.from()->displayName();
63
64
                        }
64
65
                }
65
66
        }