Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 4f0520541e036641222211f990989ee6 > files > 3

workrave-1.9.0-3mdv2010.1.src.rpm

diff -up workrave-1.9.1/frontend/gtkmm/src/gnome_applet/Makefile.in.compile workrave-1.9.1/frontend/gtkmm/src/gnome_applet/Makefile.in
--- workrave-1.9.1/frontend/gtkmm/src/gnome_applet/Makefile.in.compile	2009-10-25 12:15:02.000000000 +0100
+++ workrave-1.9.1/frontend/gtkmm/src/gnome_applet/Makefile.in	2010-03-17 23:35:53.000000000 +0100
@@ -490,7 +490,7 @@ SUBDIRS = 
 @HAVE_GNOMEAPPLET_TRUE@	 		 	  -DGNOMELOCALEDIR="\"$(datadir)/locale\"" 
 
 @HAVE_GNOMEAPPLET_TRUE@workrave_applet_SOURCES = WorkraveApplet.c
-@HAVE_GNOMEAPPLET_TRUE@workrave_applet_LDADD = @GNOME_LIBS@
+@HAVE_GNOMEAPPLET_TRUE@workrave_applet_LDADD = @GNOME_LIBS@ @DBUS_LIBS@
 @HAVE_GNOMEAPPLET_TRUE@workrave_applet_CXXFLAGS = ${FLAGS}
 @HAVE_GNOMEAPPLET_TRUE@workrave_applet_CFLAGS = ${FLAGS}
 @HAVE_GNOMEAPPLET_TRUE@BUILT_SOURCES = applet-server-bindings.h applet-client-bindings.h gui-client-bindings.h
diff -up workrave-1.9.1/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc.compile workrave-1.9.1/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc
--- workrave-1.9.1/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc.compile	2009-09-18 20:46:22.000000000 +0200
+++ workrave-1.9.1/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.cc	2010-03-17 22:45:49.000000000 +0100
@@ -210,7 +210,7 @@ text_buffer_set_markup (GtkTextBuffer *b
 
 int ExercisesPanel::exercises_pointer = 0;
 
-ExercisesPanel::ExercisesPanel(Gtk::HButtonBox *dialog_action_area)
+ExercisesPanel::ExercisesPanel(Gtk::ButtonBox *dialog_action_area)
   : Gtk::HBox(false, 6),
          exercises(Exercise::get_exercises())
 {
diff -up workrave-1.9.1/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.hh.compile workrave-1.9.1/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.hh
--- workrave-1.9.1/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.hh.compile	2009-05-28 21:04:02.000000000 +0200
+++ workrave-1.9.1/frontend/plugin/exercises/gtkmm/src/ExercisesPanel.hh	2010-03-17 22:46:01.000000000 +0100
@@ -43,7 +43,7 @@
 class ExercisesPanel : public Gtk::HBox
 {
 public:
-  ExercisesPanel(Gtk::HButtonBox *dialog_action_area);
+  ExercisesPanel(Gtk::ButtonBox *dialog_action_area);
   ~ExercisesPanel();
 
   void set_exercise_count(int num);