Updating branch refs/heads/kelnos/new-sm-client
         to 468f6a5855029a46f7e789ee2dd8f6ee0c72a441 (commit)
       from 52a6fe1b3fcaf5f6ced376c0215f37cbbdb699a2 (commit)

commit 468f6a5855029a46f7e789ee2dd8f6ee0c72a441
Author: Brian J. Tarricone <br...@tarricone.org>
Date:   Tue Sep 15 04:21:44 2009 -0700

    _PRIORITY_HIGHEST isn't really highest since negative #s are ok

 docs/tmpl/xfce-sm-client.sgml |    4 ++--
 libxfce4ui/xfce-sm-client.h   |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/tmpl/xfce-sm-client.sgml b/docs/tmpl/xfce-sm-client.sgml
index abe8ddd..6dddaae 100644
--- a/docs/tmpl/xfce-sm-client.sgml
+++ b/docs/tmpl/xfce-sm-client.sgml
@@ -30,8 +30,8 @@ An opaque struct with only private fields.
 Some sample priority values for use with xfce_sm_client_set_priority().
 </para>
 
-...@xfce_sm_client_priority_highest: A relatively-high priority value.  You
-                                  probably don't want to use this.
+...@xfce_sm_client_priority_high: A relatively-high priority value.  You
+                               probably don't want to use this.
 @XFCE_SM_CLIENT_PRIORITY_WM: A priority value for use by the window manager.
 @XFCE_SM_CLIENT_PRIORITY_CORE: A priority value for use by applications that
                                place windows on the screen and possibly set
diff --git a/libxfce4ui/xfce-sm-client.h b/libxfce4ui/xfce-sm-client.h
index 8e6cc76..5651330 100644
--- a/libxfce4ui/xfce-sm-client.h
+++ b/libxfce4ui/xfce-sm-client.h
@@ -59,7 +59,7 @@ typedef enum
 
 typedef enum
 {
-    XFCE_SM_CLIENT_PRIORITY_HIGHEST = 0,
+    XFCE_SM_CLIENT_PRIORITY_HIGH = 0,
     XFCE_SM_CLIENT_PRIORITY_WM = 15,
     XFCE_SM_CLIENT_PRIORITY_CORE = 25,
     XFCE_SM_CLIENT_PRIORITY_DESKTOP = 35,
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to