aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkAPIs.pl
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-04-10 18:31:01 +0000
committerBill Meier <wmeier@newsguy.com>2009-04-10 18:31:01 +0000
commit3224dc5d7abc027d19a0f09ad0e1a5a4745b3a1f (patch)
tree8ababab65a758b476fefaff82f49e31a89653dff /tools/checkAPIs.pl
parenta34a055c171a8cddeef3e1525af2943212496e2b (diff)
Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();
(In each case the arg values used [4,0] were the same as the defaults). checkAPIs.pl: gtk_button_box_set_child_ipadding: 'W' --> 'E' svn path=/trunk/; revision=28030
Diffstat (limited to 'tools/checkAPIs.pl')
-rwxr-xr-xtools/checkAPIs.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index da34983e9d..c6e940d711 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -186,8 +186,8 @@ my %deprecatedGtkFunctions = (
'gtk_button_box_get_child_ipadding', 'E',
'gtk_button_box_get_child_size', 'E',
'gtk_button_box_get_spacing', 'E',
- 'gtk_button_box_set_child_ipadding', 'W', # >> style properties child-internal-pad-x/-y
- 'gtk_button_box_set_child_size', 'W', # >> style properties child-min-width/-height
+ 'gtk_button_box_set_child_ipadding', 'E', # style properties child-internal-pad-x/-y
+ 'gtk_button_box_set_child_size', 'E', # style properties child-min-width/-height
'gtk_button_box_set_spacing', 'E', # gtk_box_set_spacing [==]
'gtk_calendar_display_options', 'E',
'gtk_calendar_freeze', 'E',
@@ -403,7 +403,7 @@ my %deprecatedGtkFunctions = (
'gtk_draw_tab', 'E',
'gtk_draw_vline', 'E',
'gtk_drawing_area_size', 'W', # >> g_object_set() [==] ?
- # gtk_widget_set_size_request() (==?]
+ # gtk_widget_set_size_request() [==?]
'gtk_entry_append_text', 'W', # >> gtk_editable_insert_text() [==?]
'gtk_entry_new_with_max_length', 'E', # gtk_entry_new(); gtk_entry_set_max_length()
'gtk_entry_prepend_text', 'E',