mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 05:48:01 +01:00
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.
This commit is contained in:
committed by
Carlos R. Mafra
parent
d53b43608a
commit
96800cdc16
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user