# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1247067473 -32400
# Node ID 95034bc7ed88b50d801d29c7171a92ebcae24de2
# Parent  d3b51cfc722713c270e872057d23f3eb6e6e16e9
update: show 'tip' as default selected item

diff --git a/hggtk/update.py b/hggtk/update.py
--- a/hggtk/update.py
+++ b/hggtk/update.py
@@ -48,7 +48,7 @@
         combo = gtk.combo_box_entry_new_text()
         hbox.pack_start(combo, True, True, 2)
         vbox.pack_start(hbox, False, False, 10)
-        if rev != None:
+        if rev:
             combo.append_text(str(rev))
         else:
             combo.append_text(_branch_tip_)

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to