[Xfce4-commits] <xfce4-notifyd:master> Remove remaining libsexy references.
Jérôme Guelfucci
noreply at xfce.org
Sun Nov 14 14:20:02 CET 2010
Updating branch refs/heads/master
to 16e92c4958479089cbc8782484d5000cf62fa0f4 (commit)
from 3beb6c58d1faf745c38304e8bd213972c8d66db6 (commit)
commit 16e92c4958479089cbc8782484d5000cf62fa0f4
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Sun Nov 14 14:18:56 2010 +0100
Remove remaining libsexy references.
README | 1 -
xfce4-notifyd/xfce-notify-window.c | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/README b/README
index e8c1881..79ffd1c 100644
--- a/README
+++ b/README
@@ -16,7 +16,6 @@ Requirements:
* libxfce4util 4.4.0
* libxfce4ui 4.7.0
* xfconf 0.1.0svn-r26876
-* libsexy 0.1.6 (optional)
Additionally, I'd recommend use with a compositing manager running; in that
case xfce4-notifyd will look a bit nicer and will be semi-transparent and
diff --git a/xfce4-notifyd/xfce-notify-window.c b/xfce4-notifyd/xfce-notify-window.c
index 8006921..d10ef1c 100644
--- a/xfce4-notifyd/xfce-notify-window.c
+++ b/xfce4-notifyd/xfce-notify-window.c
@@ -778,7 +778,7 @@ xfce_notify_window_validate_escape_markup(const gchar *str)
goto out_err;
}
#if GTK_CHECK_VERSION(2,16,0)
- /* only support links with SexyUrlLabel*/
+ /* only support links with gtk 2.16 */
g_string_append_len(gstr, p, aend - p + 1);
#endif
p = aend + 1;
More information about the Xfce4-commits
mailing list