]> Dogcows Code - chaz/openbox/commitdiff
name set_icon_name correctly
authorDana Jansens <danakj@orodu.net>
Fri, 11 Apr 2003 15:46:33 +0000 (15:46 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 11 Apr 2003 15:46:33 +0000 (15:46 +0000)
cwmcc/client_props.c

index dc0f4fa43c2e3640bb0cd46da7ca32e8923b568b..e0b3941907df0a453ed8c306655a733a6809f184 100644 (file)
@@ -72,7 +72,7 @@ void cwmcc_client_get_icon_name(Window win, char **name)
         }
 }
 
-void cwmcc_client_icon_set_name(Window win, char *name)
+void cwmcc_client_set_icon_name(Window win, char *name)
 {
     XChangeProperty(cwmcc_display, win, CWMCC_ATOM(client, net_wm_icon_name),
                     CWMCC_ATOM(type, utf8), 32, PropModeReplace,
This page took 0.023672 seconds and 4 git commands to generate.