Show
Ignore:
Timestamp:
03/16/08 03:10:24 (9 months ago)
Author:
flynd
Message:

Don't open an url or file event dialog unless the protocol supports it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/core/licqgui.cpp

    r6097 r6102  
    11431143  } 
    11441144 
    1145   // See if the clipboard contains a url 
    1146   if (Config::Chat::instance()->sendFromClipboard()) 
     1145  // See if the clipboard contains a url or file (but only message events supported for msn) 
     1146  if (Config::Chat::instance()->sendFromClipboard() && ppid != MSN_PPID) 
    11471147  { 
    11481148    QClipboard* clip = QApplication::clipboard();