Changeset 11432


Ignore:
Timestamp:
11/20/11 22:42:03 (12 years ago)
Author:
obi
Message:

[titan] fix tmp ipk installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/panel/panel_extensions.h

    r11419 r11432  
    7474        {
    7575                if(textbox(_("Ipk Tmp Info"), _("Install ipg from /tmp ?"), "EXIT", getrcconfigint("rcexit", NULL), "OK", getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0) == 2)
    76                                 textbox(_("Ipk Tmp Info"), _(get_ipk_listinstall()), "EXIT", getrcconfigint("rcexit", NULL), "OK", getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, 800, 600, 0, 0);
     76                                textbox(_("Ipk Tmp Info"), _(get_ipk_tmpinstall()), "EXIT", getrcconfigint("rcexit", NULL), "OK", getrcconfigint("rcok", NULL), NULL, 0, NULL, 0, 800, 600, 0, 0);
    7777        }
    7878}
Note: See TracChangeset for help on using the changeset viewer.