[blam] Set the channel name to its URL on add



commit 9ade2d4a49cd09aaa5644bb6937f3bce1493c168
Author: Carlos MartÃn Nieto <carlos cmartin tk>
Date:   Tue Aug 23 20:34:36 2011 +0200

    Set the channel name to its URL on add
    
    Signed-off-by: Carlos MartÃn Nieto <carlos cmartin tk>

 src/Dialogs.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Dialogs.cs b/src/Dialogs.cs
index cc490db..4724cdb 100644
--- a/src/Dialogs.cs
+++ b/src/Dialogs.cs
@@ -143,7 +143,7 @@ namespace Imendio.Blam {
 	{
 	    Channel channel = new Channel ();
 		
-	    channel.Url = urlEntry.Text;
+	    channel.Name = channel.Url = urlEntry.Text;
 	    channel.http_username = usernameEntry.Text;
 	    channel.http_password = passwordEntry.Text;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]