Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gpm-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ static void
gpm_manager_engine_close_notify_cb (GpmEngine *engine, GpmManager *manager)
{
if (gpm_manager_is_inhibit_valid (manager, FALSE, "policy action") == FALSE)
return FALSE;
exit(0);

GpmSession *session;
// egg_debug ("logout, reason: too low battery!");
Expand Down
1 change: 1 addition & 0 deletions src/gpm-tray-icon.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ static gpm_tray_set_theme(GtkWidget *widget, const gchar *data)
gtk_css_provider_load_from_data(provider,data,-1,NULL);
gtk_style_context_add_provider(context,GTK_STYLE_PROVIDER(provider),GTK_STYLE_PROVIDER_PRIORITY_USER);
g_object_unref(provider);
return 0;
}

/**
Expand Down