antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright/gtkshell module_includes.h ptk-app-me...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/gtkshell module_includes.h ptk-app-me...
Date: Wed, 21 Jul 2010 13:50:41 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 10/07/21 13:50:40

Modified files:
        gtkshell       : module_includes.h 
Added files:
        gtkshell       : ptk-app-menu.h 

Log message:
        Added missing file for app menu.  Fixed build in module_include.h.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/module_includes.h?cvsroot=antiright&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/ptk-app-menu.h?cvsroot=antiright&rev=1.1

Patches:
Index: module_includes.h
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/module_includes.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- module_includes.h   2 Nov 2008 20:10:55 -0000       1.14
+++ module_includes.h   21 Jul 2010 13:50:40 -0000      1.15
@@ -64,6 +64,6 @@
 #include "GSHWidget.h"
 #include "quickstart.h"
 #include "color.h"
-#include "ptk_app_menu.h"
+#include "ptk-app-menu.h"
 
 #endif /* not GSH_MODULE_INCLUDES_H */

Index: ptk-app-menu.h
===================================================================
RCS file: ptk-app-menu.h
diff -N ptk-app-menu.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ ptk-app-menu.h      21 Jul 2010 13:50:40 -0000      1.1
@@ -0,0 +1,7 @@
+
+#ifndef PTK_APP_MENU_H
+#define PTK_APP_MENU_H
+void
+gsh_add_app_menu_cb(GSH * gsh, gint * counter, const gchar ** argv);
+#endif
+



reply via email to

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