Changeset 15267


Ignore:
Timestamp:
04/15/12 00:37:33 (12 years ago)
Author:
nit
Message:
 
Location:
titan/plugins/networkbrowser
Files:
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/networkbrowser/networkbrowser.c

    r13806 r15267  
    1414
    1515int pluginaktiv = 0;
    16 struct skin* pluginmenu = NULL, *pluginmenu1 = NULL;
     16struct skin* pluginmenu = NULL;
    1717int pluginflag = 1; //don't show the plugin in pluginmanager
    1818
     
    3333                changeinput(child, "start");
    3434        pluginmenu = child;
    35 
    36         child = getscreennode(networkmenu, "sharesettings");
    37         if(child != NULL)
    38                 changeinput(child, "start1");
    39         pluginmenu1 = child;
    4035
    4136        tmpstr = ostrcat(getconfig("pluginpath", NULL), "/networkbrowser/skin.xml", 0, 0);
     
    6055        screennetworkbrowser();
    6156}
    62 
    63 void start1(void)
    64 {
    65         screennetworkbrowser_readshare(0, NULL, NULL);
    66 }
Note: See TracChangeset for help on using the changeset viewer.