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 wmaker-crm.git.

The branch, next has been updated
       via  c33455fdb4763391cd88ee124e138b118306403f (commit)
       via  edeca34be95782efb07c24a9108886c950da5e10 (commit)
      from  3ae34b958c8519618f0fbd648eee10118a783ed2 (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://repo.or.cz/w/wmaker-crm.git/commit/c33455fdb4763391cd88ee124e138b118306403f

commit c33455fdb4763391cd88ee124e138b118306403f
Author: Carlos R. Mafra <[email protected]>
Date:   Sun Jan 22 10:16:20 2012 +0000

    Inotify: Use wwarning() instead of fprintf()

diff --git a/src/event.c b/src/event.c
index e45cdc2..1a7b4cb 100644
--- a/src/event.c
+++ b/src/event.c
@@ -362,7 +362,7 @@ void inotifyHandleEvents(int fd, int wd)
                        wPreferences.flags.noupdates = 1;
                }
                if ((pevent->mask & IN_MODIFY) && oneShotFlag == 0) {
-                       fprintf(stdout, "wmaker: reading config files in 
defaults database.n");
+                       wwarning(_("Inotify: Reading config files in defaults 
database."));
                        wDefaultsCheckDomains(NULL);
                }
 

http://repo.or.cz/w/wmaker-crm.git/commit/edeca34be95782efb07c24a9108886c950da5e10

commit edeca34be95782efb07c24a9108886c950da5e10
Author: Rodolfo García Peñas (kix) <[email protected]>
Date:   Sat Jan 21 13:49:12 2012 +0100

    WPrefs: Remove extra include of src/wconfig.h
    
    The file ../src/wconfig.h is included twice, remove one entry.

diff --git a/WPrefs.app/WPrefs.h b/WPrefs.app/WPrefs.h
index 9242f10..900afdc 100644
--- a/WPrefs.app/WPrefs.h
+++ b/WPrefs.app/WPrefs.h
@@ -34,7 +34,7 @@
 
 #include <WINGs/WINGs.h>
 
-/* For EXTENDED_WINDOWSHORTCUT */
+/* Needed for HAVE_LIBINTL_H and EXTENDED_WINDOWSHORTCUT */
 #include "../src/wconfig.h"
 
 /****/
@@ -111,11 +111,5 @@ void AddDeadChildHandler(pid_t pid, void 
(*handler)(void*), void *data);
 #define FRAME_LEFT     -2
 #define FRAME_WIDTH    524
 #define FRAME_HEIGHT   235
-
-/*
- * Needed for HAVE_LIBINTL_H
- */
-#include "../src/wconfig.h"
-
 #endif /* WPREFS_H_ */
 

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

Summary of changes:
 WPrefs.app/WPrefs.h |    8 +-------
 src/event.c         |    2 +-
 2 files changed, 2 insertions(+), 8 deletions(-)


repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to [email protected].

Reply via email to