little fixes

This commit is contained in:
guinux 2015-01-05 22:12:56 +01:00
parent 0f88799bf5
commit a6109ced90
2 changed files with 2 additions and 1 deletions

View File

@ -371,7 +371,7 @@ namespace Pamac {
return err;
}
public int trans_prepare_real () {
private int trans_prepare_real () {
ErrorInfos err = ErrorInfos ();
string[] details = {};
Alpm.List<void*> err_data = null;

View File

@ -222,6 +222,7 @@ namespace Pamac {
status_icon = new Gtk.StatusIcon ();
status_icon.set_visible (true);
this.update_icon (noupdate_icon_name, noupdate_info);
status_icon.activate.connect (left_clicked);
create_menu ();
status_icon.popup_menu.connect (menu_popup);