0005-Fix-typo-in-assistant.patch:
This patch fixes a typo and crash when you finish the assistant.
Youness Alaoui wrote:
> Hi all,
> So, as you may know, 0.98 should be released VERY soon... here's the thing..
> if we want it to be integrated into the next ubuntu, we must make the
> release before august 25th... also, papyon/telepathy-butterfly will have a
> new release which supports audio and video calls this monday, so if we want
> to have the "first msn client to do compatible voip" reputation, we must
> release this weekend...
> as you may have seen, the remaining TODO is REALLY small.. only add a label
> to the assistant's steps, and add translation keys...
> now there are three problems :
> 1 - I'm fed up of doing everything alone
> 2 - we usually require 1 week to let translaters do the translations
> 3 - my windows PC broke...
> so, we will release without the translations, or hope that all translations
> will get in very fast (billiob, maybe you can start doing the english and
> french translations of the currently untranslated [trans] calls in the
> assistant... and also, if you could mail amsn-lang or whatever that mailing
> list is, so you can notify everyone to start translating asap).
> the other issue, like i said, my windows PC broke.. so i'm right now
> re-downloading windows and plan on formatting, reinstalling this later
> tonight (moving from XP to windows 7... let's hope i'll survive the
> transition :s)... this means that i've lost all my build environment...
> don't worry, i didn't loose any files, BUT, I lost the environment, which
> means, i'd have to reinstall my emacs, reinstall visual studio, reinstall
> all the SDKs, etc... and i don't think i'll be able to do that this
> weekend... so here's why i wrote 'need help' in the subject : can windows
> users please check if there is any binary for windows that hasn't been
> updated (svn log on each directory with a binary and see if there were
> changes to .c without .dll update) and update all the binaries that need
> updating!
> I'll also need someone to create the installer for windows....
> oh, and we may have to update gnash, the one we currently have is pretty old
> and i think the new version would work better...
> Thanks,
> KaKaRoTo
>
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Amsn-devel mailing list
> Amsn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amsn-devel
--
Regards, Pablo.
Index: assistant.tcl
===================================================================
--- assistant.tcl (revision 11506)
+++ assistant.tcl (working copy)
@@ -2997,7 +2997,7 @@
::config::setKey "webcamDevice" "$selecteddevice"
}
- if {!$fs_configure} {
+ if {!$fs_configured} {
if { [::config::getKey wanttosharecam] } {
::MSN::setClientCap webcam
} else {
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel