Changeset 15267
- Timestamp:
- 04/15/12 00:37:33 (11 years ago)
- Location:
- titan/plugins/networkbrowser
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/networkbrowser/networkbrowser.c
r13806 r15267 14 14 15 15 int pluginaktiv = 0; 16 struct skin* pluginmenu = NULL , *pluginmenu1 = NULL;16 struct skin* pluginmenu = NULL; 17 17 int pluginflag = 1; //don't show the plugin in pluginmanager 18 18 … … 33 33 changeinput(child, "start"); 34 34 pluginmenu = child; 35 36 child = getscreennode(networkmenu, "sharesettings");37 if(child != NULL)38 changeinput(child, "start1");39 pluginmenu1 = child;40 35 41 36 tmpstr = ostrcat(getconfig("pluginpath", NULL), "/networkbrowser/skin.xml", 0, 0); … … 60 55 screennetworkbrowser(); 61 56 } 62 63 void start1(void)64 {65 screennetworkbrowser_readshare(0, NULL, NULL);66 }
Note: See TracChangeset
for help on using the changeset viewer.