public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/plasma-applet-daisy/files: plasma-applet-daisy-0.0.4.22-gcc45.patch
@ 2010-06-03 13:15 Dror Levin (spatz)
  0 siblings, 0 replies; 2+ messages in thread
From: Dror Levin (spatz) @ 2010-06-03 13:15 UTC (permalink / raw
  To: gentoo-commits

spatz       10/06/03 13:15:05

  Added:                plasma-applet-daisy-0.0.4.22-gcc45.patch
  Log:
  Fix building with gcc 4.5, bug 322593.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  kde-misc/plasma-applet-daisy/files/plasma-applet-daisy-0.0.4.22-gcc45.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-applet-daisy/files/plasma-applet-daisy-0.0.4.22-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/plasma-applet-daisy/files/plasma-applet-daisy-0.0.4.22-gcc45.patch?rev=1.1&content-type=text/plain

Index: plasma-applet-daisy-0.0.4.22-gcc45.patch
===================================================================
diff -ur plasma-applet-daisy-0.0.4.22-orig/applet/src/daisy.cpp plasma-applet-daisy-0.0.4.22/applet/src/daisy.cpp
--- plasma-applet-daisy-0.0.4.22-orig/applet/src/daisy.cpp	2009-12-21 03:18:08.000000000 +0200
+++ plasma-applet-daisy-0.0.4.22/applet/src/daisy.cpp	2010-06-03 16:09:19.163818236 +0300
@@ -870,7 +870,7 @@
 	  if (m_task)
 	  {
 	    TaskManager::BasicMenu *taskMenu;TaskManager::TaskItem *taskitem;
-	    taskitem = new TaskManager::TaskItem::TaskItem(this, m_task);
+	    taskitem = new TaskManager::TaskItem(this, m_task);
 	    taskMenu = new TaskManager::BasicMenu( qobject_cast<QWidget*>(this), taskitem, m_groupManager );
 	    taskMenu->popup( event->screenPos() );
 	  }
@@ -896,7 +896,7 @@
 	  {
 	    QList<QAction*> actionList;actionList << m_act_newinstance << m_act_editlauncher;
 	    TaskManager::BasicMenu *taskMenu;TaskManager::TaskItem *taskitem;
-	    taskitem = new TaskManager::TaskItem::TaskItem(this, m_task);
+	    taskitem = new TaskManager::TaskItem(this, m_task);
 	    taskMenu = new TaskManager::BasicMenu( qobject_cast<QWidget*>(this), taskitem, m_groupManager, actionList );
 	    taskMenu->popup( event->screenPos() );
 	  }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/plasma-applet-daisy/files: plasma-applet-daisy-0.0.4.22-gcc45.patch
@ 2010-07-07  9:43 Dror Levin (spatz)
  0 siblings, 0 replies; 2+ messages in thread
From: Dror Levin (spatz) @ 2010-07-07  9:43 UTC (permalink / raw
  To: gentoo-commits

spatz       10/07/07 09:43:53

  Removed:              plasma-applet-daisy-0.0.4.22-gcc45.patch
  Log:
  Version bump, drop old.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-07  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-07  9:43 [gentoo-commits] gentoo-x86 commit in kde-misc/plasma-applet-daisy/files: plasma-applet-daisy-0.0.4.22-gcc45.patch Dror Levin (spatz)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-03 13:15 Dror Levin (spatz)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox