[Xfce4-commits] <xfce4-mailwatch-plugin:master> Refactor the code

Ján Sučan noreply at xfce.org
Sat Dec 21 11:22:01 CET 2013


Updating branch refs/heads/master
         to ac2677a29fd587fad06e982b2a2df24b706a19d4 (commit)
       from dfe2286f1ee91ba812c785796c9c31f6ca702525 (commit)

commit ac2677a29fd587fad06e982b2a2df24b706a19d4
Author: Ján Sučan <sucan at runbox.com>
Date:   Sat Dec 21 11:20:50 2013 +0100

    Refactor the code

 panel-plugin/mailwatch-plugin.c |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/panel-plugin/mailwatch-plugin.c b/panel-plugin/mailwatch-plugin.c
index 6aa0463..53c3b37 100644
--- a/panel-plugin/mailwatch-plugin.c
+++ b/panel-plugin/mailwatch-plugin.c
@@ -80,26 +80,26 @@ typedef struct
     XfcePanelPlugin *plugin;
     XfceMailwatch   *mailwatch;
     
-    GtkWidget *button;
-    GtkWidget *image;
+    GtkWidget       *button;
+    GtkWidget       *image;
     
-    gboolean newmail_icon_visible;
-    guint    new_messages;
+    gboolean         newmail_icon_visible;
+    guint            new_messages;
     
-    gchar *click_command;
-    gchar *new_messages_command;
-    gchar *count_changed_command;
+    gchar           *click_command;
+    gchar           *new_messages_command;
+    gchar           *count_changed_command;
 
-    GdkPixbuf *pix_normal;
-    GdkPixbuf *pix_newmail;    
-    gchar     *normal_icon;
-    gchar     *new_mail_icon;
+    GdkPixbuf       *pix_normal;
+    GdkPixbuf       *pix_newmail;
+    gchar           *normal_icon;
+    gchar           *new_mail_icon;
 
     GtkWidget             *log_dialog;
-    guint                 log_lines;
-    gboolean              show_log_status;
+    guint                  log_lines;
+    gboolean               show_log_status;
     GdkPixbuf             *pix_log[XFCE_MAILWATCH_N_LOG_LEVELS];
-    XfceMailwatchLogLevel log_status;
+    XfceMailwatchLogLevel  log_status;
     GtkListStore          *loglist;
 
     gboolean auto_open_online_doc;


More information about the Xfce4-commits mailing list