Abdelrazak Younes <[EMAIL PROTECTED]> writes:

| As the title says.
| 
| This patch supports all frontends and is straight forward. I intent to
| put this general code in some code common to all frontends in the
| future.
| 
| Abdel.
| 
| Log:
| * BufferView:
|   - BufferView::selectionRequested() changed to
|   docstring const & getStringSelection(), the X11 selection part is
| transfered to the frontends.
| 
| Index: BufferView.C
| ===================================================================
| --- BufferView.C      (revision 15018)
| +++ BufferView.C      (working copy)
| @@ -1014,7 +1014,7 @@
|  }
|  
|  
| -void BufferView::selectionRequested()
| +docstring const & BufferView::getStringSelection()
|  {
|       static docstring sel;
|  
| @@ -1039,6 +1039,7 @@
|               if (!sel.empty())
|                       owner_->gui().selection().put(sel);
|       }
| +     return sel;
|  }

It looks as if you forgot to remove something here?

-- 
        Lgb

Reply via email to