On Fri, Jan 3, 2014 at 12:58 PM, Fernando Della Torre
<[email protected]>wrote:

> Hi Fred! Congratulations for the job! Drag and Drop is going to make my
> user's life much easier.
>
> About the rdlibrary and rdlogedit issue, here on my Ubuntu 12.04 + xfce
> compiled from source, I'm having exactly the same behaviour. If I drop it
> bellow the "end of log" line it crashes as described.
>

'​cartDropped(line,&ll)​' is emmited even if 'item==NULL'

​--- cvs/rivendell_v2_branch/rdlogedit/drop_listview.cpp    2013-12-28
00:12:28.000000000 +0200
+++ rivendell_v2_branch/rdlogedit/drop_listview.cpp    2014-01-03
18:18:08.000000000 +0200
@@ -50,7 +50,7 @@
     RDListViewItem *item=(RDListViewItem *)itemAt(pos);
     if(item!=NULL) {
       line=item->text(13).toInt();
-    }
     emit cartDropped(line,&ll);
   }
 }
+}
​
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to