~bcurtiswx/ubuntu/precise/empathy/3.4.2.3-0ubuntu1

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-contact-blocking-dialog.ui

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-03-20 10:40:28 UTC
  • mfrom: (1.1.89)
  • Revision ID: package-import@ubuntu.com-20120320104028-s3t9wzw30quucy1e
Tags: 3.3.92-0ubuntu1
* New upstream release
  - Fixed: empathy-accounts crashed with SIGSEGV in 
    empathy_account_settings_get_account (LP: #951478)
  - Fixed: Rendering artifacts in the call window  
  - Fixed: The video preview is not rounded the same way as its 
    highlight rectangle  
  - Fixed: Crash receiving a call on a already disconnected empathy 
    call window  
  - Fixed: Crash on hangup in audio-only video call  
  - Fixed: Should try to get icons from EMPATHY_SRCDIR  
  - Fixed: Accounts dialog doesn't update when account goes online  
  - Fixed: MUC: make F9 toggle the contact list sidebar  
  - Fixed: Border overflows not taken in account when drawing Clutter 
    actors in empathy-call  
  - Fixed: Untranslated strings in libempathy/empathy-keyring.c  
  - Fixed: Information display of group chat contacts and irc 
    contacts broken  
  - Fixed: Receiving Files via XMPP isn't working 
  - Fixed: Should replace the birthday calendar by a button  
  - Fixed: Hide stupid vCard field roles  
  - Fixed: Contact list only appears after several seconds  
  - Fixed: Remove account info  
  - Fixed: Right align contact info fields  
  - Fixed: Set chat.facebook.com:443 as fallback server  

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
            </style>
87
87
            <child>
88
88
              <object class="GtkToolButton" id="remove-button">
89
 
                <property name="stock_id">gtk-remove</property>
 
89
                <property name="tooltip-text" translatable="yes">Remove</property>
90
90
                <property name="visible">True</property>
91
 
                <property name="sensitive">False</property>
92
91
                <property name="can_focus">True</property>
93
92
                <property name="receives_default">True</property>
94
 
                <property name="tooltip-text" translatable="yes">Remove</property>
 
93
                <property name="icon_name">list-remove-symbolic</property>
 
94
                <property name="use_underline">True</property>
95
95
              </object>
96
96
              <packing>
97
97
                <property name="expand">False</property>
101
101
          </object>
102
102
          <packing>
103
103
            <property name="expand">False</property>
 
104
            <property name="fill">False</property>
104
105
            <property name="position">1</property>
105
106
          </packing>
106
107
        </child>
143
144
      </packing>
144
145
    </child>
145
146
  </object>
146
 
  <object class="GtkSizeGroup" id="sizegroup1">
147
 
    <widgets>
148
 
      <widget name="add-button"/>
149
 
      <widget name="remove-button"/>
150
 
    </widgets>
151
 
  </object>
152
147
</interface>