aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_conversation_gtk_main_window.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-02 18:06:26 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-02 18:06:26 +0000
commit21ad99e540121a1fef25e955b1e3738972a74008 (patch)
tree1204ac561610c7e524c54fa9578f3b5b8e44a41e /contrib/gnunet_conversation_gtk_main_window.glade
parentbbac53a2496a241db1f8028b7b0b645ab0f66c1a (diff)
downloadgnunet-gtk-21ad99e540121a1fef25e955b1e3738972a74008.tar.gz
gnunet-gtk-21ad99e540121a1fef25e955b1e3738972a74008.zip
-misc minor fixes
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_conversation_gtk_main_window.glade40
1 files changed, 21 insertions, 19 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade
index ea6b3462..2437996f 100644
--- a/contrib/gnunet_conversation_gtk_main_window.glade
+++ b/contrib/gnunet_conversation_gtk_main_window.glade
@@ -69,7 +69,7 @@
69 <property name="default_width">700</property> 69 <property name="default_width">700</property>
70 <property name="default_height">500</property> 70 <property name="default_height">500</property>
71 <property name="icon_name">contact-new</property> 71 <property name="icon_name">contact-new</property>
72 <signal name="delete-event" handler="GNUNET_GTK_conversation_quit_cb" swapped="no"/> 72 <signal name="delete-event" handler="gnunet_conversation_gtk_quit_cb" swapped="no"/>
73 <child> 73 <child>
74 <object class="GtkBox" id="gnunet_conversation_gtk_main_vbox"> 74 <object class="GtkBox" id="gnunet_conversation_gtk_main_vbox">
75 <property name="visible">True</property> 75 <property name="visible">True</property>
@@ -80,25 +80,25 @@
80 <property name="visible">True</property> 80 <property name="visible">True</property>
81 <property name="can_focus">False</property> 81 <property name="can_focus">False</property>
82 <child> 82 <child>
83 <object class="GtkMenuItem" id="GNUNET_GTK_conversation_file_menuitem"> 83 <object class="GtkMenuItem" id="gnunet_conversation_gtk_file_menuitem">
84 <property name="use_action_appearance">False</property> 84 <property name="use_action_appearance">False</property>
85 <property name="visible">True</property> 85 <property name="visible">True</property>
86 <property name="can_focus">False</property> 86 <property name="can_focus">False</property>
87 <property name="label" translatable="yes">_File</property> 87 <property name="label" translatable="yes">_File</property>
88 <property name="use_underline">True</property> 88 <property name="use_underline">True</property>
89 <child type="submenu"> 89 <child type="submenu">
90 <object class="GtkMenu" id="GNUNET_GTK_conversation_file_menu"> 90 <object class="GtkMenu" id="gnunet_conversation_gtk_file_menu">
91 <property name="visible">True</property> 91 <property name="visible">True</property>
92 <property name="can_focus">False</property> 92 <property name="can_focus">False</property>
93 <child> 93 <child>
94 <object class="GtkImageMenuItem" id="GNUNET_GTK_conversation_quit_imagemenuitem"> 94 <object class="GtkImageMenuItem" id="gnunet_conversation_conversation_quit_imagemenuitem">
95 <property name="label">gtk-quit</property> 95 <property name="label">gtk-quit</property>
96 <property name="use_action_appearance">False</property> 96 <property name="use_action_appearance">False</property>
97 <property name="visible">True</property> 97 <property name="visible">True</property>
98 <property name="can_focus">False</property> 98 <property name="can_focus">False</property>
99 <property name="use_underline">True</property> 99 <property name="use_underline">True</property>
100 <property name="use_stock">True</property> 100 <property name="use_stock">True</property>
101 <signal name="activate" handler="GNUNET_GTK_conversation_quit_cb" swapped="no"/> 101 <signal name="activate" handler="gnunet_conversation_gtk_quit_cb" swapped="no"/>
102 </object> 102 </object>
103 </child> 103 </child>
104 </object> 104 </object>
@@ -162,25 +162,25 @@
162 </object> 162 </object>
163 </child> 163 </child>
164 <child> 164 <child>
165 <object class="GtkMenuItem" id="GNUNET_GTK_conversation_help_menuitem"> 165 <object class="GtkMenuItem" id="gnunet_conversation_gtk_help_menuitem">
166 <property name="use_action_appearance">False</property> 166 <property name="use_action_appearance">False</property>
167 <property name="visible">True</property> 167 <property name="visible">True</property>
168 <property name="can_focus">False</property> 168 <property name="can_focus">False</property>
169 <property name="label" translatable="yes">_Help</property> 169 <property name="label" translatable="yes">_Help</property>
170 <property name="use_underline">True</property> 170 <property name="use_underline">True</property>
171 <child type="submenu"> 171 <child type="submenu">
172 <object class="GtkMenu" id="GNUNET_GTK_conversation_help_menu"> 172 <object class="GtkMenu" id="gnunet_conversation_gtk_help_menu">
173 <property name="visible">True</property> 173 <property name="visible">True</property>
174 <property name="can_focus">False</property> 174 <property name="can_focus">False</property>
175 <child> 175 <child>
176 <object class="GtkImageMenuItem" id="GNUNET_GTK_conversation_about_imagemenuitem"> 176 <object class="GtkImageMenuItem" id="gnunet_conversation_gtk_about_imagemenuitem">
177 <property name="label">gtk-about</property> 177 <property name="label">gtk-about</property>
178 <property name="use_action_appearance">False</property> 178 <property name="use_action_appearance">False</property>
179 <property name="visible">True</property> 179 <property name="visible">True</property>
180 <property name="can_focus">False</property> 180 <property name="can_focus">False</property>
181 <property name="use_underline">True</property> 181 <property name="use_underline">True</property>
182 <property name="use_stock">True</property> 182 <property name="use_stock">True</property>
183 <signal name="activate" handler="GNUNET_GTK_conversation_about_imagemenuitem_activate_cb" swapped="no"/> 183 <signal name="activate" handler="gnunet_conversation_gtk_about_imagemenuitem_activate_cb" swapped="no"/>
184 </object> 184 </object>
185 </child> 185 </child>
186 </object> 186 </object>
@@ -404,7 +404,7 @@
404 </packing> 404 </packing>
405 </child> 405 </child>
406 <child> 406 <child>
407 <object class="GtkButton" id="GNUNET_GTK_conversation_suspend_button"> 407 <object class="GtkButton" id="gnunet_conversation_gtk_suspend_button">
408 <property name="label">gtk-media-pause</property> 408 <property name="label">gtk-media-pause</property>
409 <property name="use_action_appearance">False</property> 409 <property name="use_action_appearance">False</property>
410 <property name="sensitive">False</property> 410 <property name="sensitive">False</property>
@@ -412,7 +412,7 @@
412 <property name="receives_default">True</property> 412 <property name="receives_default">True</property>
413 <property name="use_stock">True</property> 413 <property name="use_stock">True</property>
414 <property name="image_position">top</property> 414 <property name="image_position">top</property>
415 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_pause_clicked" swapped="no"/> 415 <signal name="clicked" handler="gnunet_conversation_gtk_on_pause_clicked" swapped="no"/>
416 </object> 416 </object>
417 <packing> 417 <packing>
418 <property name="expand">False</property> 418 <property name="expand">False</property>
@@ -430,7 +430,7 @@
430 <property name="receives_default">True</property> 430 <property name="receives_default">True</property>
431 <property name="use_stock">True</property> 431 <property name="use_stock">True</property>
432 <property name="image_position">top</property> 432 <property name="image_position">top</property>
433 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_hangup_clicked" swapped="no"/> 433 <signal name="clicked" handler="gnunet_conversation_gtk_on_hangup_clicked" swapped="no"/>
434 </object> 434 </object>
435 <packing> 435 <packing>
436 <property name="expand">False</property> 436 <property name="expand">False</property>
@@ -465,7 +465,9 @@
465 <property name="enable_search">False</property> 465 <property name="enable_search">False</property>
466 <property name="search_column">0</property> 466 <property name="search_column">0</property>
467 <child internal-child="selection"> 467 <child internal-child="selection">
468 <object class="GtkTreeSelection" id="gnunet_conversation_gtk_active_calls_treeview_selection"/> 468 <object class="GtkTreeSelection" id="gnunet_conversation_gtk_active_calls_treeview_selection">
469 <signal name="changed" handler="gnunet_conversation_gtk_active_calls_treeview_selection_changed_cb" swapped="no"/>
470 </object>
469 </child> 471 </child>
470 <child> 472 <child>
471 <object class="GtkTreeViewColumn" id="caller_numColumn"> 473 <object class="GtkTreeViewColumn" id="caller_numColumn">
@@ -536,7 +538,7 @@
536 <property name="spacing">5</property> 538 <property name="spacing">5</property>
537 <property name="layout_style">start</property> 539 <property name="layout_style">start</property>
538 <child> 540 <child>
539 <object class="GtkImage" id="GNUNET_GTK_status_icon"> 541 <object class="GtkImage" id="gnunet_conversation_gtk_status_icon">
540 <property name="width_request">75</property> 542 <property name="width_request">75</property>
541 <property name="height_request">75</property> 543 <property name="height_request">75</property>
542 <property name="visible">True</property> 544 <property name="visible">True</property>
@@ -560,7 +562,7 @@
560 <property name="can_focus">True</property> 562 <property name="can_focus">True</property>
561 <property name="receives_default">True</property> 563 <property name="receives_default">True</property>
562 <property name="xalign">0.4699999988079071</property> 564 <property name="xalign">0.4699999988079071</property>
563 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_use_current_button_clicked" swapped="no"/> 565 <signal name="clicked" handler="gnunet_conversation_gtk_use_current_button_clicked" swapped="no"/>
564 </object> 566 </object>
565 <packing> 567 <packing>
566 <property name="expand">False</property> 568 <property name="expand">False</property>
@@ -594,7 +596,7 @@
594 <property name="sensitive">False</property> 596 <property name="sensitive">False</property>
595 <property name="can_focus">True</property> 597 <property name="can_focus">True</property>
596 <property name="receives_default">True</property> 598 <property name="receives_default">True</property>
597 <signal name="clicked" handler="GNUNET_CONVERSATION_GTK_on_resume_clicked" swapped="no"/> 599 <signal name="clicked" handler="gnunet_conversation_gtk_on_resume_clicked" swapped="no"/>
598 </object> 600 </object>
599 <packing> 601 <packing>
600 <property name="expand">False</property> 602 <property name="expand">False</property>
@@ -913,12 +915,12 @@
913 <property name="can_focus">False</property> 915 <property name="can_focus">False</property>
914 <property name="left_padding">12</property> 916 <property name="left_padding">12</property>
915 <child> 917 <child>
916 <object class="GtkScrolledWindow" id="GNUNET_GTK_conversation_log_scroll"> 918 <object class="GtkScrolledWindow" id="gnunet_conversation_gtk_log_scroll">
917 <property name="visible">True</property> 919 <property name="visible">True</property>
918 <property name="can_focus">True</property> 920 <property name="can_focus">True</property>
919 <property name="shadow_type">in</property> 921 <property name="shadow_type">in</property>
920 <child> 922 <child>
921 <object class="GtkTextView" id="GNUNET_GTK_conversation_log"> 923 <object class="GtkTextView" id="gnunet_conversation_gtk_log">
922 <property name="visible">True</property> 924 <property name="visible">True</property>
923 <property name="can_focus">True</property> 925 <property name="can_focus">True</property>
924 <property name="editable">False</property> 926 <property name="editable">False</property>
@@ -959,7 +961,7 @@
959 </packing> 961 </packing>
960 </child> 962 </child>
961 <child> 963 <child>
962 <object class="GtkStatusbar" id="GNUNET_GTK_conversation_statusbar"> 964 <object class="GtkStatusbar" id="gnunet_conversation_gtk_statusbar">
963 <property name="visible">True</property> 965 <property name="visible">True</property>
964 <property name="can_focus">False</property> 966 <property name="can_focus">False</property>
965 <property name="orientation">vertical</property> 967 <property name="orientation">vertical</property>