Ejemplo n.º 1
0
        private void OnUnknownHostFound(object sender, AvahiEventArgs args)
        {
            NotificationMessage m = new NotificationMessage();

            m.Pixbuf  = WidgetFu.LoadThemeIcon("network-workgroup", 48);
            m.Title   = Catalog.GetString("There are computers near you running Beagle");
            m.Message = Catalog.GetString("You can select to search other computers from the \"Search\" menu.");
            m.AddAction("Configure", OnNetworkConfigure);

            notification_area.Display(m);
        }
Ejemplo n.º 2
0
                private void OnUnknownHostFound (object sender, AvahiEventArgs args)
                {
			NotificationMessage m = new NotificationMessage ();
			m.Pixbuf = WidgetFu.LoadThemeIcon ("network-workgroup", 48);
			m.Title = Catalog.GetString ("There are computers near you running Beagle");
			m.Message = Catalog.GetString ("You can select to search other computers from the \"Search\" menu.");
			m.AddAction ("Configure", OnNetworkConfigure);

			notification_area.Display (m);
		}