mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Fixed some bugs, and compilation warnings.
This commit is contained in:
@@ -335,11 +335,10 @@ error:
|
||||
static void
|
||||
changeLanguageAction(WMWidget *w, void *data)
|
||||
{
|
||||
Panel *panel = (Panel*)data;
|
||||
/*Panel *panel = (Panel*)data;*/
|
||||
WMMenuItem *mi;
|
||||
proplist_t pl, font;
|
||||
char buffer[512];
|
||||
|
||||
proplist_t pl;
|
||||
|
||||
mi = WMGetPopUpButtonMenuItem(w, WMGetPopUpButtonSelectedItem(w));
|
||||
pl = WMGetMenuItemRepresentedObject(mi);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user