| 5 | | |
| 6 | | <widget class="GtkWindow" id="accounts_window"> |
| 7 | | <property name="border_width">12</property> |
| 8 | | <property name="title" translatable="yes">Accounts</property> |
| 9 | | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
| 10 | | <property name="window_position">GTK_WIN_POS_NONE</property> |
| 11 | | <property name="modal">False</property> |
| 12 | | <property name="default_height">150</property> |
| 13 | | <property name="resizable">True</property> |
| 14 | | <property name="destroy_with_parent">False</property> |
| 15 | | <property name="role">accounts</property> |
| 16 | | <property name="decorated">True</property> |
| 17 | | <property name="skip_taskbar_hint">False</property> |
| 18 | | <property name="skip_pager_hint">False</property> |
| 19 | | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
| 20 | | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
| 21 | | <property name="focus_on_map">True</property> |
| 22 | | <property name="urgency_hint">False</property> |
| 23 | | <signal name="destroy" handler="on_accounts_window_destroy" last_modification_time="Sat, 02 Apr 2005 20:34:04 GMT"/> |
| 24 | | <signal name="key_press_event" handler="on_accounts_window_key_press_event" last_modification_time="Wed, 25 May 2005 23:19:56 GMT"/> |
| 25 | | |
| 26 | | <child> |
| 27 | | <widget class="GtkVBox" id="vbox"> |
| 28 | | <property name="visible">True</property> |
| 29 | | <property name="homogeneous">False</property> |
| 30 | | <property name="spacing">6</property> |
| 31 | | |
| 32 | | <child> |
| 33 | | <widget class="GtkScrolledWindow" id="scrolledwindow"> |
| 34 | | <property name="visible">True</property> |
| 35 | | <property name="can_focus">True</property> |
| 36 | | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| 37 | | <property name="vscrollbar_policy">GTK_POLICY_NEVER</property> |
| 38 | | <property name="shadow_type">GTK_SHADOW_IN</property> |
| 39 | | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
| 40 | | |
| 41 | | <child> |
| 42 | | <widget class="GtkTreeView" id="accounts_treeview"> |
| 43 | | <property name="visible">True</property> |
| 44 | | <property name="can_focus">True</property> |
| 45 | | <property name="headers_visible">True</property> |
| 46 | | <property name="rules_hint">False</property> |
| 47 | | <property name="reorderable">False</property> |
| 48 | | <property name="enable_search">True</property> |
| 49 | | <property name="fixed_height_mode">False</property> |
| 50 | | <property name="hover_selection">False</property> |
| 51 | | <property name="hover_expand">False</property> |
| 52 | | <signal name="cursor_changed" handler="on_accounts_treeview_cursor_changed" last_modification_time="Tue, 01 Mar 2005 18:21:26 GMT"/> |
| 53 | | <signal name="row_activated" handler="on_accounts_treeview_row_activated" last_modification_time="Tue, 04 Oct 2005 07:09:52 GMT"/> |
| 54 | | </widget> |
| 55 | | </child> |
| 56 | | </widget> |
| 57 | | <packing> |
| 58 | | <property name="padding">0</property> |
| 59 | | <property name="expand">True</property> |
| 60 | | <property name="fill">True</property> |
| 61 | | </packing> |
| 62 | | </child> |
| 63 | | |
| 64 | | <child> |
| 65 | | <widget class="GtkCheckButton" id="merge_checkbutton"> |
| 66 | | <property name="visible">True</property> |
| 67 | | <property name="tooltip" translatable="yes">If you have 2 or more accounts and this is checked, Gajim will list all contacts as if you had one account</property> |
| 68 | | <property name="can_focus">True</property> |
| 69 | | <property name="label" translatable="yes">Mer_ge accounts</property> |
| 70 | | <property name="use_underline">True</property> |
| 71 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 72 | | <property name="focus_on_click">True</property> |
| 73 | | <property name="active">False</property> |
| 74 | | <property name="inconsistent">False</property> |
| 75 | | <property name="draw_indicator">True</property> |
| 76 | | <signal name="toggled" handler="on_merge_checkbutton_toggled" last_modification_time="Sun, 06 Mar 2005 15:07:26 GMT"/> |
| 77 | | </widget> |
| 78 | | <packing> |
| 79 | | <property name="padding">0</property> |
| 80 | | <property name="expand">False</property> |
| 81 | | <property name="fill">False</property> |
| 82 | | </packing> |
| 83 | | </child> |
| 84 | | |
| 85 | | <child> |
| 86 | | <widget class="GtkHSeparator" id="hseparator1"> |
| 87 | | <property name="visible">True</property> |
| 88 | | </widget> |
| 89 | | <packing> |
| 90 | | <property name="padding">0</property> |
| 91 | | <property name="expand">False</property> |
| 92 | | <property name="fill">True</property> |
| 93 | | </packing> |
| 94 | | </child> |
| 95 | | |
| 96 | | <child> |
| 97 | | <widget class="GtkCheckButton" id="enable_zeroconf_checkbutton"> |
| 98 | | <property name="visible">True</property> |
| 99 | | <property name="tooltip" translatable="yes">If checked, all local contacts that use a Bonjour compatible chat client (like iChat, Trillian or Gaim) will be shown in roster. You don't need to be connected to a jabber server for it to work. |
| 100 | | This is only available if python-avahi is installed and avahi-daemon is running.</property> |
| 101 | | <property name="can_focus">True</property> |
| 102 | | <property name="label" translatable="yes">_Enable link-local messaging</property> |
| 103 | | <property name="use_underline">True</property> |
| 104 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 105 | | <property name="focus_on_click">True</property> |
| 106 | | <property name="active">False</property> |
| 107 | | <property name="inconsistent">False</property> |
| 108 | | <property name="draw_indicator">True</property> |
| 109 | | </widget> |
| 110 | | <packing> |
| 111 | | <property name="padding">0</property> |
| 112 | | <property name="expand">False</property> |
| 113 | | <property name="fill">False</property> |
| 114 | | </packing> |
| 115 | | </child> |
| 116 | | |
| 117 | | <child> |
| 118 | | <widget class="GtkHButtonBox" id="hbuttonbox15"> |
| 119 | | <property name="visible">True</property> |
| 120 | | <property name="layout_style">GTK_BUTTONBOX_END</property> |
| 121 | | <property name="spacing">6</property> |
| 122 | | |
| 123 | | <child> |
| 124 | | <widget class="GtkButton" id="new_button"> |
| 125 | | <property name="visible">True</property> |
| 126 | | <property name="label">gtk-new</property> |
| 127 | | <property name="use_stock">True</property> |
| 128 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 129 | | <property name="focus_on_click">True</property> |
| 130 | | <signal name="clicked" handler="on_new_button_clicked" last_modification_time="Tue, 01 Mar 2005 18:20:36 GMT"/> |
| 131 | | </widget> |
| 132 | | </child> |
| 133 | | |
| 134 | | <child> |
| 135 | | <widget class="GtkButton" id="modify_button"> |
| 136 | | <property name="visible">True</property> |
| 137 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 138 | | <property name="focus_on_click">True</property> |
| 139 | | <signal name="clicked" handler="on_modify_button_clicked" last_modification_time="Tue, 01 Mar 2005 18:20:53 GMT"/> |
| 140 | | |
| 141 | | <child> |
| 142 | | <widget class="GtkAlignment" id="alignment44"> |
| 143 | | <property name="visible">True</property> |
| 144 | | <property name="xalign">0.5</property> |
| 145 | | <property name="yalign">0.5</property> |
| 146 | | <property name="xscale">0</property> |
| 147 | | <property name="yscale">0</property> |
| 148 | | <property name="top_padding">0</property> |
| 149 | | <property name="bottom_padding">0</property> |
| 150 | | <property name="left_padding">0</property> |
| 151 | | <property name="right_padding">0</property> |
| 152 | | |
| 153 | | <child> |
| 154 | | <widget class="GtkHBox" id="hbox2919"> |
| 155 | | <property name="visible">True</property> |
| 156 | | <property name="homogeneous">False</property> |
| 157 | | <property name="spacing">2</property> |
| 158 | | |
| 159 | | <child> |
| 160 | | <widget class="GtkImage" id="image334"> |
| 161 | | <property name="visible">True</property> |
| 162 | | <property name="stock">gtk-preferences</property> |
| 163 | | <property name="icon_size">4</property> |
| 164 | | <property name="xalign">0.5</property> |
| 165 | | <property name="yalign">0.5</property> |
| 166 | | <property name="xpad">0</property> |
| 167 | | <property name="ypad">0</property> |
| 168 | | </widget> |
| 169 | | <packing> |
| 170 | | <property name="padding">0</property> |
| 171 | | <property name="expand">False</property> |
| 172 | | <property name="fill">False</property> |
| 173 | | </packing> |
| 174 | | </child> |
| 175 | | |
| 176 | | <child> |
| 177 | | <widget class="GtkLabel" id="label201"> |
| 178 | | <property name="visible">True</property> |
| 179 | | <property name="label" translatable="yes">_Modify</property> |
| 180 | | <property name="use_underline">True</property> |
| 181 | | <property name="use_markup">False</property> |
| 182 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 183 | | <property name="wrap">False</property> |
| 184 | | <property name="selectable">False</property> |
| 185 | | <property name="xalign">0.5</property> |
| 186 | | <property name="yalign">0.5</property> |
| 187 | | <property name="xpad">0</property> |
| 188 | | <property name="ypad">0</property> |
| 189 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 190 | | <property name="width_chars">-1</property> |
| 191 | | <property name="single_line_mode">False</property> |
| 192 | | <property name="angle">0</property> |
| 193 | | </widget> |
| 194 | | <packing> |
| 195 | | <property name="padding">0</property> |
| 196 | | <property name="expand">False</property> |
| 197 | | <property name="fill">False</property> |
| 198 | | </packing> |
| 199 | | </child> |
| 200 | | </widget> |
| 201 | | </child> |
| 202 | | </widget> |
| 203 | | </child> |
| 204 | | </widget> |
| 205 | | </child> |
| 206 | | |
| 207 | | <child> |
| 208 | | <widget class="GtkButton" id="remove_button"> |
| 209 | | <property name="visible">True</property> |
| 210 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 211 | | <property name="focus_on_click">True</property> |
| 212 | | <signal name="clicked" handler="on_remove_button_clicked" last_modification_time="Tue, 19 Apr 2005 22:15:48 GMT"/> |
| 213 | | |
| 214 | | <child> |
| 215 | | <widget class="GtkAlignment" id="alignment61"> |
| 216 | | <property name="visible">True</property> |
| 217 | | <property name="xalign">0.5</property> |
| 218 | | <property name="yalign">0.5</property> |
| 219 | | <property name="xscale">0</property> |
| 220 | | <property name="yscale">0</property> |
| 221 | | <property name="top_padding">0</property> |
| 222 | | <property name="bottom_padding">0</property> |
| 223 | | <property name="left_padding">0</property> |
| 224 | | <property name="right_padding">0</property> |
| 225 | | |
| 226 | | <child> |
| 227 | | <widget class="GtkHBox" id="hbox2953"> |
| 228 | | <property name="visible">True</property> |
| 229 | | <property name="homogeneous">False</property> |
| 230 | | <property name="spacing">2</property> |
| 231 | | |
| 232 | | <child> |
| 233 | | <widget class="GtkImage" id="image500"> |
| 234 | | <property name="visible">True</property> |
| 235 | | <property name="stock">gtk-delete</property> |
| 236 | | <property name="icon_size">4</property> |
| 237 | | <property name="xalign">0.5</property> |
| 238 | | <property name="yalign">0.5</property> |
| 239 | | <property name="xpad">0</property> |
| 240 | | <property name="ypad">0</property> |
| 241 | | </widget> |
| 242 | | <packing> |
| 243 | | <property name="padding">0</property> |
| 244 | | <property name="expand">False</property> |
| 245 | | <property name="fill">False</property> |
| 246 | | </packing> |
| 247 | | </child> |
| 248 | | |
| 249 | | <child> |
| 250 | | <widget class="GtkLabel" id="label244"> |
| 251 | | <property name="visible">True</property> |
| 252 | | <property name="label" translatable="yes">_Remove</property> |
| 253 | | <property name="use_underline">True</property> |
| 254 | | <property name="use_markup">False</property> |
| 255 | | <property name="justify">GTK_JUSTIFY_LEFT</property> |
| 256 | | <property name="wrap">False</property> |
| 257 | | <property name="selectable">False</property> |
| 258 | | <property name="xalign">0.5</property> |
| 259 | | <property name="yalign">0.5</property> |
| 260 | | <property name="xpad">0</property> |
| 261 | | <property name="ypad">0</property> |
| 262 | | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
| 263 | | <property name="width_chars">-1</property> |
| 264 | | <property name="single_line_mode">False</property> |
| 265 | | <property name="angle">0</property> |
| 266 | | </widget> |
| 267 | | <packing> |
| 268 | | <property name="padding">0</property> |
| 269 | | <property name="expand">False</property> |
| 270 | | <property name="fill">False</property> |
| 271 | | </packing> |
| 272 | | </child> |
| 273 | | </widget> |
| 274 | | </child> |
| 275 | | </widget> |
| 276 | | </child> |
| 277 | | </widget> |
| 278 | | </child> |
| 279 | | |
| 280 | | <child> |
| 281 | | <widget class="GtkButton" id="close_button"> |
| 282 | | <property name="visible">True</property> |
| 283 | | <property name="can_default">True</property> |
| 284 | | <property name="has_default">True</property> |
| 285 | | <property name="can_focus">True</property> |
| 286 | | <property name="has_focus">True</property> |
| 287 | | <property name="label">gtk-close</property> |
| 288 | | <property name="use_stock">True</property> |
| 289 | | <property name="relief">GTK_RELIEF_NORMAL</property> |
| 290 | | <property name="focus_on_click">True</property> |
| 291 | | <signal name="clicked" handler="on_close_button_clicked" last_modification_time="Tue, 01 Mar 2005 18:21:00 GMT"/> |
| 292 | | </widget> |
| 293 | | </child> |
| 294 | | </widget> |
| 295 | | <packing> |
| 296 | | <property name="padding">0</property> |
| 297 | | <property name="expand">False</property> |
| 298 | | <property name="fill">True</property> |
| 299 | | </packing> |
| 300 | | </child> |
| 301 | | </widget> |
| 302 | | </child> |
| 303 | | </widget> |
| 304 | | |
| | 5 | <widget class="GtkWindow" id="accounts_window"> |
| | 6 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 7 | <property name="border_width">12</property> |
| | 8 | <property name="default_width">600</property> |
| | 9 | <signal name="destroy" handler="on_accounts_window_destroy"/> |
| | 10 | <child> |
| | 11 | <widget class="GtkVBox" id="vbox1"> |
| | 12 | <property name="visible">True</property> |
| | 13 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 14 | <property name="spacing">6</property> |
| | 15 | <child> |
| | 16 | <widget class="GtkHPaned" id="hpaned1"> |
| | 17 | <property name="visible">True</property> |
| | 18 | <property name="can_focus">True</property> |
| | 19 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 20 | <property name="position">175</property> |
| | 21 | <child> |
| | 22 | <widget class="GtkVBox" id="vbox2"> |
| | 23 | <property name="visible">True</property> |
| | 24 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 25 | <property name="spacing">6</property> |
| | 26 | <child> |
| | 27 | <widget class="GtkScrolledWindow" id="scrolledwindow1"> |
| | 28 | <property name="visible">True</property> |
| | 29 | <property name="can_focus">True</property> |
| | 30 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 31 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| | 32 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
| | 33 | <property name="shadow_type">GTK_SHADOW_IN</property> |
| | 34 | <child> |
| | 35 | <widget class="GtkTreeView" id="accounts_treeview"> |
| | 36 | <property name="visible">True</property> |
| | 37 | <property name="can_focus">True</property> |
| | 38 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 39 | <property name="headers_visible">False</property> |
| | 40 | <property name="headers_clickable">True</property> |
| | 41 | <signal name="cursor_changed" handler="on_accounts_treeview_cursor_changed"/> |
| | 42 | </widget> |
| | 43 | </child> |
| | 44 | </widget> |
| | 45 | </child> |
| | 46 | <child> |
| | 47 | <widget class="GtkButton" id="add_button"> |
| | 48 | <property name="visible">True</property> |
| | 49 | <property name="can_focus">True</property> |
| | 50 | <property name="receives_default">True</property> |
| | 51 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 52 | <property name="label" translatable="yes">gtk-add</property> |
| | 53 | <property name="use_stock">True</property> |
| | 54 | <signal name="clicked" handler="on_add_button_clicked"/> |
| | 55 | </widget> |
| | 56 | <packing> |
| | 57 | <property name="expand">False</property> |
| | 58 | <property name="position">1</property> |
| | 59 | </packing> |
| | 60 | </child> |
| | 61 | <child> |
| | 62 | <widget class="GtkButton" id="remove_button"> |
| | 63 | <property name="visible">True</property> |
| | 64 | <property name="can_focus">True</property> |
| | 65 | <property name="receives_default">True</property> |
| | 66 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 67 | <property name="label" translatable="yes">gtk-remove</property> |
| | 68 | <property name="use_stock">True</property> |
| | 69 | <signal name="clicked" handler="on_remove_button_clicked"/> |
| | 70 | </widget> |
| | 71 | <packing> |
| | 72 | <property name="expand">False</property> |
| | 73 | <property name="position">2</property> |
| | 74 | </packing> |
| | 75 | </child> |
| | 76 | <child> |
| | 77 | <widget class="GtkButton" id="rename_button"> |
| | 78 | <property name="visible">True</property> |
| | 79 | <property name="can_focus">True</property> |
| | 80 | <property name="receives_default">True</property> |
| | 81 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 82 | <signal name="clicked" handler="on_rename_button_clicked"/> |
| | 83 | <child> |
| | 84 | <widget class="GtkHBox" id="hbox8"> |
| | 85 | <property name="visible">True</property> |
| | 86 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 87 | <property name="spacing">6</property> |
| | 88 | <child> |
| | 89 | <widget class="GtkLabel" id="label26"> |
| | 90 | <property name="visible">True</property> |
| | 91 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 92 | </widget> |
| | 93 | <packing> |
| | 94 | <property name="fill">False</property> |
| | 95 | </packing> |
| | 96 | </child> |
| | 97 | <child> |
| | 98 | <widget class="GtkImage" id="rename_image"> |
| | 99 | <property name="visible">True</property> |
| | 100 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 101 | <property name="stock">gtk-missing-image</property> |
| | 102 | </widget> |
| | 103 | <packing> |
| | 104 | <property name="expand">False</property> |
| | 105 | <property name="fill">False</property> |
| | 106 | <property name="position">1</property> |
| | 107 | </packing> |
| | 108 | </child> |
| | 109 | <child> |
| | 110 | <widget class="GtkLabel" id="label25"> |
| | 111 | <property name="visible">True</property> |
| | 112 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 113 | <property name="label" translatable="yes">Re_name</property> |
| | 114 | <property name="use_underline">True</property> |
| | 115 | </widget> |
| | 116 | <packing> |
| | 117 | <property name="expand">False</property> |
| | 118 | <property name="position">2</property> |
| | 119 | </packing> |
| | 120 | </child> |
| | 121 | <child> |
| | 122 | <widget class="GtkLabel" id="label27"> |
| | 123 | <property name="visible">True</property> |
| | 124 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 125 | </widget> |
| | 126 | <packing> |
| | 127 | <property name="position">3</property> |
| | 128 | </packing> |
| | 129 | </child> |
| | 130 | </widget> |
| | 131 | </child> |
| | 132 | </widget> |
| | 133 | <packing> |
| | 134 | <property name="expand">False</property> |
| | 135 | <property name="position">3</property> |
| | 136 | </packing> |
| | 137 | </child> |
| | 138 | </widget> |
| | 139 | <packing> |
| | 140 | <property name="resize">False</property> |
| | 141 | </packing> |
| | 142 | </child> |
| | 143 | <child> |
| | 144 | <widget class="GtkNotebook" id="notebook"> |
| | 145 | <property name="visible">True</property> |
| | 146 | <property name="can_focus">True</property> |
| | 147 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 148 | <property name="show_tabs">False</property> |
| | 149 | <property name="show_border">False</property> |
| | 150 | <child> |
| | 151 | <widget class="GtkLabel" id="label1"> |
| | 152 | <property name="visible">True</property> |
| | 153 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 154 | </widget> |
| | 155 | <packing> |
| | 156 | <property name="tab_expand">False</property> |
| | 157 | </packing> |
| | 158 | </child> |
| | 159 | <child> |
| | 160 | <placeholder/> |
| | 161 | <packing> |
| | 162 | <property name="type">tab</property> |
| | 163 | </packing> |
| | 164 | </child> |
| | 165 | <child> |
| | 166 | <widget class="GtkNotebook" id="normal_notebook1"> |
| | 167 | <property name="visible">True</property> |
| | 168 | <property name="can_focus">True</property> |
| | 169 | <child> |
| | 170 | <widget class="GtkTable" id="table1"> |
| | 171 | <property name="visible">True</property> |
| | 172 | <property name="border_width">6</property> |
| | 173 | <property name="n_rows">5</property> |
| | 174 | <property name="n_columns">3</property> |
| | 175 | <property name="column_spacing">6</property> |
| | 176 | <property name="row_spacing">6</property> |
| | 177 | <child> |
| | 178 | <widget class="GtkEntry" id="resource_entry1"> |
| | 179 | <property name="visible">True</property> |
| | 180 | <property name="can_focus">True</property> |
| | 181 | <property name="tooltip" translatable="yes">Resource is sent to the Jabber server in order to separate the same JID in two or more parts depending on the number of the clients connected in the same server with the same account. So you might be connected in the same account with resource 'Home' and 'Work' at the same time. The resource which has the highest priority will get the events. (see below)</property> |
| | 182 | <property name="invisible_char">*</property> |
| | 183 | <property name="text" translatable="yes">Gajim</property> |
| | 184 | <signal name="focus_out_event" handler="on_resource_entry1_focus_out_event"/> |
| | 185 | </widget> |
| | 186 | <packing> |
| | 187 | <property name="left_attach">1</property> |
| | 188 | <property name="right_attach">3</property> |
| | 189 | <property name="top_attach">2</property> |
| | 190 | <property name="bottom_attach">3</property> |
| | 191 | <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property> |
| | 192 | <property name="y_options"></property> |
| | 193 | </packing> |
| | 194 | </child> |
| | 195 | <child> |
| | 196 | <widget class="GtkEntry" id="jid_entry1"> |
| | 197 | <property name="visible">True</property> |
| | 198 | <property name="can_focus">True</property> |
| | 199 | <property name="invisible_char">*</property> |
| | 200 | <property name="activates_default">True</property> |
| | 201 | <signal name="focus_out_event" handler="on_jid_entry1_focus_out_event"/> |
| | 202 | </widget> |
| | 203 | <packing> |
| | 204 | <property name="left_attach">1</property> |
| | 205 | <property name="right_attach">3</property> |
| | 206 | <property name="y_options"></property> |
| | 207 | </packing> |
| | 208 | </child> |
| | 209 | <child> |
| | 210 | <widget class="GtkExpander" id="expander1"> |
| | 211 | <property name="visible">True</property> |
| | 212 | <property name="can_focus">True</property> |
| | 213 | <child> |
| | 214 | <widget class="GtkHBox" id="hbox1"> |
| | 215 | <property name="visible">True</property> |
| | 216 | <property name="spacing">11</property> |
| | 217 | <property name="homogeneous">True</property> |
| | 218 | <child> |
| | 219 | <widget class="GtkButton" id="synchronise_contacts_button1"> |
| | 220 | <property name="visible">True</property> |
| | 221 | <property name="can_focus">True</property> |
| | 222 | <property name="tooltip" translatable="yes">Click to request authorization to all contacts of another account</property> |
| | 223 | <property name="label" translatable="yes">Synchronise contacts</property> |
| | 224 | <property name="use_underline">True</property> |
| | 225 | <signal name="clicked" handler="on_synchronise_contacts_button1_clicked"/> |
| | 226 | </widget> |
| | 227 | <packing> |
| | 228 | <property name="expand">False</property> |
| | 229 | </packing> |
| | 230 | </child> |
| | 231 | <child> |
| | 232 | <widget class="GtkButton" id="change_password_button1"> |
| | 233 | <property name="visible">True</property> |
| | 234 | <property name="can_focus">True</property> |
| | 235 | <property name="tooltip" translatable="yes">Click to change account's password</property> |
| | 236 | <property name="label" translatable="yes">Chan_ge Password</property> |
| | 237 | <property name="use_underline">True</property> |
| | 238 | <signal name="clicked" handler="on_change_password_button1_clicked"/> |
| | 239 | </widget> |
| | 240 | <packing> |
| | 241 | <property name="expand">False</property> |
| | 242 | <property name="position">1</property> |
| | 243 | </packing> |
| | 244 | </child> |
| | 245 | </widget> |
| | 246 | </child> |
| | 247 | <child> |
| | 248 | <widget class="GtkLabel" id="label6"> |
| | 249 | <property name="visible">True</property> |