This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.
The branch, next has been updated
via 96800cdc1652b3f30e17cc069396baeebb4b407e (commit)
from d53b43608ac2c514e212d35ec3f485d08d250da1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/96800cdc1652b3f30e17cc069396baeebb4b407e
commit 96800cdc1652b3f30e17cc069396baeebb4b407e
Author: Rodolfo GarcÃa Peñas (kix) <[email protected]>
Date: Tue Jun 19 00:54:37 2012 +0200
app_icon_create_from_docks renamed to create_appicon_from_dock
The function app_icon_create_from_docks is renamed to
create_appicon_from_dock
because the name reads better.
diff --git a/src/appicon.c b/src/appicon.c
index 2be3eab..6cc2bca 100644
--- a/src/appicon.c
+++ b/src/appicon.c
@@ -952,7 +952,7 @@ static WAppIcon *findDockIconFor(WDock *dock, Window
main_window)
return aicon;
}
-void app_icon_create_from_docks(WWindow *wwin, WApplication *wapp, Window
main_window)
+void create_appicon_from_dock(WWindow *wwin, WApplication *wapp, Window
main_window)
{
WScreen *scr = wwin->screen_ptr;
diff --git a/src/appicon.h b/src/appicon.h
index 421ba47..ec01493 100644
--- a/src/appicon.h
+++ b/src/appicon.h
@@ -72,7 +72,7 @@ typedef struct WAppIcon {
WAppIcon *wAppIconCreateForDock(WScreen *scr, char *command, char *wm_instance,
char *wm_class, int tile);
-void app_icon_create_from_docks(WWindow *wwin, WApplication *wapp, Window
main_window);
+void create_appicon_from_dock(WWindow *wwin, WApplication *wapp, Window
main_window);
void wAppIconDestroy(WAppIcon *aicon);
void wAppIconPaint(WAppIcon *aicon);
void wAppIconMove(WAppIcon *aicon, int x, int y);
diff --git a/src/application.c b/src/application.c
index 33ee7ba..f0122f0 100644
--- a/src/application.c
+++ b/src/application.c
@@ -146,7 +146,7 @@ WApplication *wApplicationCreate(WWindow * wwin)
/* Create the application icon using the icon from docks
* If not found in docks, create a new icon
* using the function wAppIconCreate() */
- app_icon_create_from_docks(wwin, wapp, main_window);
+ create_appicon_from_dock(wwin, wapp, main_window);
/* Save the app_icon in a file */
save_app_icon(wapp);
-----------------------------------------------------------------------
Summary of changes:
src/appicon.c | 2 +-
src/appicon.h | 2 +-
src/application.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")
--
To unsubscribe, send mail to [email protected].