diff options
author | infirit <[email protected]> | 2014-11-22 12:49:56 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 15:13:50 +0100 |
commit | 657eec661403b86781533b81699607d6ac54ec5a (patch) | |
tree | 1b9b1f58fee36718f98d3a4047e72d0851049f49 | |
parent | fbda73e09d790f499a08af94391141fc7bf66d71 (diff) | |
download | mate-panel-657eec661403b86781533b81699607d6ac54ec5a.tar.bz2 mate-panel-657eec661403b86781533b81699607d6ac54ec5a.tar.xz |
button-widget: small white-space cleanup
-rw-r--r-- | mate-panel/button-widget.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mate-panel/button-widget.c b/mate-panel/button-widget.c index a0f08339..475446c7 100644 --- a/mate-panel/button-widget.c +++ b/mate-panel/button-widget.c @@ -610,8 +610,8 @@ button_widget_size_request (GtkWidget *widget, #if GTK_CHECK_VERSION (3, 0, 0) static void button_widget_get_preferred_width (GtkWidget *widget, - gint *minimum_width, - gint *natural_width) + gint *minimum_width, + gint *natural_width) { GtkRequisition req; button_widget_size_request (widget, &req); @@ -620,8 +620,8 @@ button_widget_get_preferred_width (GtkWidget *widget, static void button_widget_get_preferred_height (GtkWidget *widget, - gint *minimum_height, - gint *natural_height) + gint *minimum_height, + gint *natural_height) { GtkRequisition req; button_widget_size_request (widget, &req); |