diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-09-28 20:27:11 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-09-28 20:27:11 +0200 |
commit | e8633ec755ff385a49153de7646092286775bd18 (patch) | |
tree | f660af4be00399be92391ba2accb7363a55f0967 /src/krb5-auth-dialog.xml | |
parent | document changes and release 0.12-2 (diff) | |
parent | Imported Upstream version 0.13 (diff) | |
download | krb5-auth-dialog-e8633ec755ff385a49153de7646092286775bd18.tar.gz krb5-auth-dialog-e8633ec755ff385a49153de7646092286775bd18.tar.bz2 krb5-auth-dialog-e8633ec755ff385a49153de7646092286775bd18.zip |
Merge commit 'upstream/0.13'
Diffstat (limited to 'src/krb5-auth-dialog.xml')
-rw-r--r-- | src/krb5-auth-dialog.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/src/krb5-auth-dialog.xml b/src/krb5-auth-dialog.xml index 792b389..f1a9d11 100644 --- a/src/krb5-auth-dialog.xml +++ b/src/krb5-auth-dialog.xml @@ -152,4 +152,66 @@ <action-widget response="-5">krb5_renew_button</action-widget> </action-widgets> </object> + <object class="GtkDialog" id="krb5_tickets_dialog"> + <property name="border_width">5</property> + <property name="title" translatable="yes">Service Tickets</property> + <property name="type_hint">normal</property> + <property name="has_separator">False</property> + <child internal-child="vbox"> + <object class="GtkVBox" id="tickets-vbox2"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">2</property> + <child> + <object class="GtkVBox" id="tickets-vbox1"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkTreeView" id="krb5_tickets_treeview"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + <child internal-child="action_area"> + <object class="GtkHButtonBox" id="dialog-action_area"> + <property name="visible">True</property> + <property name="layout_style">end</property> + <child> + <placeholder/> + </child> + <child> + <object class="GtkButton" id="krb5_tickets_ok"> + <property name="label">gtk-close</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="pack_type">end</property> + <property name="position">0</property> + </packing> + </child> + </object> + </child> + <action-widgets> + <action-widget response="0">krb5_tickets_ok</action-widget> + </action-widgets> + </object> </interface> |