File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ const KeyringPrompt = imports.ui.keyringPrompt;
112112const RunDialog = imports . ui . runDialog ;
113113const Layout = imports . ui . layout ;
114114const LookingGlass = imports . ui . lookingGlass ;
115- const NetworkAgent = imports . ui . networkAgent ;
116115const NotificationDaemon = imports . ui . notificationDaemon ;
117116const WindowAttentionHandler = imports . ui . windowAttentionHandler ;
118117const CinnamonDBus = imports . ui . cinnamonDBus ;
@@ -450,7 +449,7 @@ function start() {
450449 // NM Agent
451450 if ( Config . BUILT_NM_AGENT ) {
452451 if ( global . settings . get_boolean ( "enable-nm-agent" ) ) {
453- networkAgent = new NetworkAgent . NetworkAgent ( ) ;
452+ networkAgent = new imports . ui . networkAgent . NetworkAgent ( ) ;
454453 global . log ( 'NetworkManager agent: enabled' )
455454 } else {
456455 global . log ( 'NetworkManager agent: disabled by settings' )
You can’t perform that action at this time.
0 commit comments