From: Fredrik Tolf Date: Fri, 21 Mar 2008 15:17:34 +0000 (+0100) Subject: Merge branch 'master' of pc18:/srv/git/r/doldaconnect X-Git-Tag: 1.3~11^2^2~17 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=ec55ca86313f8b0208d2334c03bb615c0bb4bbbd;hp=0d86193e5a413ad19f05ce68a3f562c1f7e260ef Merge branch 'master' of pc18:/srv/git/r/doldaconnect --- diff --git a/clients/gtk2/mainwnd.desc b/clients/gtk2/mainwnd.desc index 9bb2220..f1022a8 100644 --- a/clients/gtk2/mainwnd.desc +++ b/clients/gtk2/mainwnd.desc @@ -140,24 +140,24 @@ end $mlbl label: "_List of downloads:" mwidget: downloads :sw fill: TRUE expand: TRUE :treeview name: downloads var: y sig(key-press-event): cb_main_trlist_keypress sig(popup-menu): cb_main_trpopup sig(button-release-event): cb_main_trpopup - :tvcol title: "User Name" + :tvcol title: "User Name" resizable: TRUE $pixbufrend stock_id: 8 $textrend text: 4 end - $tvcol title: "File Name" text: 5 - :tvcol title: "Size" + $tvcol title: "File Name" text: 5 resizable: TRUE + :tvcol title: "Size" resizable: TRUE $textrend func: transnicebytefunc funcdata: "GINT_TO_POINTER(6)" end - :tvcol title: "Position" + :tvcol title: "Position" resizable: TRUE $progrend func: progressfunc funcdata: "GINT_TO_POINTER((6 << 8) | 7)" expand: TRUE end - :tvcol title: "Speed" + :tvcol title: "Speed" resizable: TRUE $textrend func: transspeedinfo end - :tvcol title: "Error" + :tvcol title: "Error" resizable: TRUE $textrend func: transerrorinfo end - $tvcol title: "Hash" text: 12 + $tvcol title: "Hash" resizable: TRUE text: 12 end end end