[libwnck/wip/xfce-4.10-fixes] pager: Cleanup of previous commit
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck/wip/xfce-4.10-fixes] pager: Cleanup of previous commit
- Date: Fri, 2 Mar 2012 16:36:21 +0000 (UTC)
commit aa8c30d02c8c2c92b083af606d8049b72f60fa28
Author: Vincent Untz <vuntz gnome org>
Date: Fri Mar 2 17:34:44 2012 +0100
pager: Cleanup of previous commit
libwnck/pager.c | 4 ++--
libwnck/pager.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libwnck/pager.c b/libwnck/pager.c
index 694ce5d..6d8f54e 100644
--- a/libwnck/pager.c
+++ b/libwnck/pager.c
@@ -2214,8 +2214,8 @@ wnck_pager_set_display_mode (WnckPager *pager,
* Sets the layout policy for @pager to @policy.
*/
void
-wnck_pager_set_layout_policy (WnckPager *pager,
- WnckPagerLayoutPolicy policy)
+wnck_pager_set_layout_policy (WnckPager *pager,
+ WnckPagerLayoutPolicy policy)
{
g_return_if_fail (WNCK_IS_PAGER (pager));
diff --git a/libwnck/pager.h b/libwnck/pager.h
index 6691ae0..e8add1a 100644
--- a/libwnck/pager.h
+++ b/libwnck/pager.h
@@ -61,7 +61,7 @@ struct _WnckPagerClass
void (* pad1) (void);
void (* pad2) (void);
void (* pad3) (void);
- void (* pad4) (void); /* should we remove one? */
+ void (* pad4) (void);
};
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]