Subversion Repositories freemyipod

Rev

Rev 833 | Rev 838 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 833 Rev 834
Line 197... Line 197...
197
            }
197
            }
198
        }
198
        }
199
    }
199
    }
200
};
200
};
201
 
201
 
202
void run_settingchooser(void** firmware, void** app, int* size)
202
void run_settingchooser()
203
{
203
{
204
    bool changes = ui->settingchooser_run(&settingchooser);
204
    bool changes = ui->settingchooser_run(&settingchooser);
205
    if (changes)
205
    if (changes)
206
    {
206
    {
207
        rendertext(framebuf, 106, 140, 320, 0xff33ffff, 0xa0000000, "Saving settings...");
207
        rendertext(framebuf, 106, 140, 320, 0xff33ffff, 0xa0000000, "Saving settings...");