gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-43


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-438-g1c81ea3
Date: Mon, 04 Mar 2013 11:20:10 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  1c81ea3225dc5090dc4ba521d1c439a6483dab90 (commit)
      from  1ad43e8c1a8242bab5359f5c8551716f636f1a02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=1c81ea3225dc5090dc4ba521d1c439a6483dab90


commit 1c81ea3225dc5090dc4ba521d1c439a6483dab90
Author: Daniele Forsi <address@hidden>
Date:   Mon Mar 4 12:17:08 2013 +0100

    trivial: remove double semi colon

diff --git a/common/readmidi.c b/common/readmidi.c
index f3e1415..61b0dfc 100644
--- a/common/readmidi.c
+++ b/common/readmidi.c
@@ -333,7 +333,7 @@ static int readtrack(struct MF *mf)
                        else
                                c1 = egetc(mf);
                        chanmessage(mf, status, c1, (needed > 1) ? egetc(mf) : 
0);
-                       continue;;
+                       continue;
                }
 
                switch (c) {
diff --git a/xgnokii/xgnokii.c b/xgnokii/xgnokii.c
index 0948828..3fb66be 100644
--- a/xgnokii/xgnokii.c
+++ b/xgnokii/xgnokii.c
@@ -767,7 +767,7 @@ void GUI_ShowOptions(void)
        /* Mail */
        if (phoneMonitor.supported & PM_SMS) {
                gtk_widget_show(mail_option_frame);
-               gtk_entry_set_text(GTK_ENTRY(configDialogData.mailbox), 
xgnokiiConfig.mailbox);;
+               gtk_entry_set_text(GTK_ENTRY(configDialogData.mailbox), 
xgnokiiConfig.mailbox);
        } else
                gtk_widget_hide(mail_option_frame);
 
diff --git a/xgnokii/xgnokii_netmon.c b/xgnokii/xgnokii_netmon.c
index 41359fe..11dd7e9 100644
--- a/xgnokii/xgnokii_netmon.c
+++ b/xgnokii/xgnokii_netmon.c
@@ -221,7 +221,7 @@ inline void GUI_ShowNetmon()
 
        e = (PhoneEvent *) g_malloc(sizeof(PhoneEvent));
        e->event = Event_NetMonitor;
-       e->data = (gpointer) displayData.curDisp;;
+       e->data = (gpointer) displayData.curDisp;
        GUI_InsertEvent(e);
        gtk_window_present(GTK_WINDOW(GUI_NetmonWindow));
 }

-----------------------------------------------------------------------

Summary of changes:
 common/readmidi.c        |    2 +-
 xgnokii/xgnokii.c        |    2 +-
 xgnokii/xgnokii_netmon.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]