Show
Ignore:
Timestamp:
06/29/08 06:39:29 (5 months ago)
Author:
bct
Message:

make esession authentication warning less obtrusive

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/glade/message_window.glade

    r9653 r9861  
    112112                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    113113                        <child> 
    114                           <widget class="GtkImage" id="lock_image"> 
    115                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
    116                             <property name="no_show_all">True</property> 
    117                             <property name="stock">gtk-dialog-authentication</property> 
    118                             <property name="icon_size">1</property> 
    119                           </widget> 
     114                                                                                                        <widget class="GtkButton" id="authentication_button"> 
     115                                                                                                                <property name="no_show_all">True</property> 
     116                                                                                                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
     117                                                                                                                <property name="relief">GTK_RELIEF_NONE</property> 
     118                                                                                                                <property name="focus_on_click">False</property> 
     119                                                                                                                <property name="response_id">0</property> 
     120                                                                                                                <child> 
     121                                                                                                                        <widget class="GtkImage" id="lock_image"> 
     122                                                                                                                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> 
     123                                                                                                                                <property name="stock">gtk-dialog-authentication</property> 
     124                                                                                                                                <property name="icon_size">1</property> 
     125                                                                                                                        </widget> 
     126                                                                                                                </child> 
     127                                                                                                        </widget> 
    120128                          <packing> 
    121129                            <property name="expand">False</property>