[gnome-todo] plugin-dialog: show builtin plugins
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-todo] plugin-dialog: show builtin plugins
 
- Date: Thu,  6 Oct 2016 15:30:53 +0000 (UTC)
 
commit 4a785e6d5eb60a805d49e3819154f4f742e39b01
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Oct 6 12:28:48 2016 -0300
    plugin-dialog: show builtin plugins
    
    Only hide them if they're actually asking to be hidden.
 src/gtd-plugin-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gtd-plugin-dialog.c b/src/gtd-plugin-dialog.c
index 8728190..d9a21b0 100644
--- a/src/gtd-plugin-dialog.c
+++ b/src/gtd-plugin-dialog.c
@@ -87,7 +87,7 @@ add_plugin (GtdPluginDialog *dialog,
 {
   GtkWidget *row;
 
-  if (peas_plugin_info_is_hidden (info) || peas_plugin_info_is_builtin (info))
+  if (peas_plugin_info_is_hidden (info))
     return;
 
   /* Create a row for the plugin */
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]